Skip to content

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.

Notifications You must be signed in to change notification settings

Chengetanaim/MakerChecker-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages