Sign Language SRS Backend
Dockerfiles/
contains the differentsrc/
contains all the source code that the Dockerfiles read from a.api/app.py
is where the factory for the application is b.api/models
contains all the different models c.api/route
contains the different blueprints and routes that'll contain the logic
First, go into database migrations and change to the src/ folder
Then perform: If migrations is not present for some reason
- flask db init
- flask db migrate
- flask db upgrade
If migrations are present
- flask db upgrade