Uses FastAPI - a python framework to create a backend
- Create and start virtual environment
- Download required libraries
pip install -r requirements.txt
- Start a uvicorn server using
uvicorn main:app
- visit
http://127.0.0.1:8000
to access a api http://127.0.0.1:8000/docs
has api documentation
Admin user:
email: [email protected]
password: pass
GET
- /userGET
- /user/{id}POST
- /userDELETE
- /userPUT
- /user
- Email integration for user notification on account creation
- Maintains logs
- Using neon for online postgresql database