Skip to content

I built an api with flask (python lib), with the api you can register, login, upload files etc. All the data will be saved to a SQLAlchemy DataBase. For more info click the button.

Notifications You must be signed in to change notification settings

Reven8e/flask-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To create the db go to the directory of the app.py and type in terminal 'python/3' depends on the amount of python versions u have.
after that type 'from app import db' .
and then type 'db.create_all()'

Create 'template' directory and cut all the html files to there for the app to work!!
Dont forget to install all the requirements too.

About

I built an api with flask (python lib), with the api you can register, login, upload files etc. All the data will be saved to a SQLAlchemy DataBase. For more info click the button.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published