eshel9/simple-backend-steps
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Installation:
Currently, Installation can only be done manually
Pip Dependencies:
- flask
- connexion[swagger-ui]
- Flask-SQLAlchemy
- flask-marshmallow
- marshmallow-sqlalchemy
Usage:
Before running for the first time, create the DB with:
./reset_db.py
Then, run with:
./run.py
To interact with the api, navigate to:
http://localhost:5000/ui/