Skip to content

codrutiftode/htb-vlad-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation instructions

  • Install python
  • Create virtual env using python -m venv env
  • Activate env on windows using env\Scripts\activate.bat
  • Install flask: python -m pip install Flask

Build instructions

Development server:

  • open a cmd and run set FLASK_APP=index
  • run flask run
  • go to 'localhost:5000' and add routes to see the returned values

Production (Heroku):

  • commit to the main branch - this should automatically deploy to the Heroku server
  • visit https://htb-vlad-backend.herokuapp.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages