Sign Language SRS Backend
Dockerfiles/contains the differentsrc/contains all the source code that the Dockerfiles read from a.api/app.pyis where the factory for the application is b.api/modelscontains all the different models c.api/routecontains 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