An open API service indexing awesome lists of open source software.

https://github.com/chengetanaim/makerchecker-backend

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.
https://github.com/chengetanaim/makerchecker-backend

fastapi-sqlalchemy jwt-authentication scopes

Last synced: about 1 year ago
JSON representation

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.

Awesome Lists containing this project

README

          

# Starting the application

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