You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the backend implementation of a maker checker in Fastapi, simulating a todo app. Users can create accounts and will be able to create or view todos depending on their permissions.
Ensure you have postgresql installed in your computer and replace the variable SQL_ALCHEMY_URL in database.py with your database credentials.
Run pip install -r requirements.txt to install packages
Run uvicorn main:app --reload to start the server
About
This is the backend implementation of a maker checker in Fastapi, simulating a todo app. Users can create accounts and will be able to create or view todos depending on their permissions.