This is a fully functional backend user storage and profile service.
- Download all necessary files
- Install all necessary dependencies
- Create a .env file with the necessary login and config credentials
- Ensure all database tables and columns are created
- Start the backend server using Uvicorn and FastAPI
- Backend endpoints are available for use on your server!
Use the endpoints just like you would use any other http endpoints. The built in frontend provides a basic use case for the backend system, but you are free to create your own!
To view the libraries needed please naviagte to requirements.txt
I found these websites useful in developing this software:
The following items I plan to fix, improve, and/or add to this project in the future:
- User self creation functionality
- Caching with Redis
- Include session functionality for mobile use