Skip to content

Aseyed/Flask-RestAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask restAPI

To run execute these commands in terminal

> pipenv shell
> ./runserver.sh
#### What is in script?

> to Determine the app:
    * export FLASK_APP=app.py
> to change the environment to developement:
    * export FLASK_ENV=development
> to enable debug mode:</br>
(if you ran the prev command this is not required.)
    * export FLASK_DEBUG=1
> flask run --host HOST --port PORT

Releases

No releases published

Packages

No packages published