Add base code for REST API using Flask
This commit is contained in:
parent
0be947b3d1
commit
2da6e43797
12 changed files with 266 additions and 14 deletions
3
development.env
Normal file
3
development.env
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
FLASK_APP=tofu_api.app
|
||||
FLASK_ENV=development
|
||||
FLASK_CONFIG_FILE=config.dev.yml
|
||||
Loading…
Add table
Add a link
Reference in a new issue