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.
- Host: GitHub
- URL: https://github.com/chengetanaim/makerchecker-backend
- Owner: Chengetanaim
- Created: 2024-07-22T18:39:50.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-30T06:45:36.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T03:27:26.587Z (over 1 year ago)
- Topics: fastapi-sqlalchemy, jwt-authentication, scopes
- Language: Python
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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