A simple notes app built using FastAPI.
- Authentication System (Not Working)
- Create, Show, and Delete Notes (Basic Functionality, Needs Improvement)
- Backend: FastAPI (Not Recommended, Performance Issues)
- Database: MongoDB (Using PyMongo)
- Frontend: Vanilla HTML, CSS, JavaScript
- Clone the repository:
git clone https://github.com/Mubtasimf443/Python-Notes-App.git cd Python-Notes-App - Install dependencies:
pip install -r req.txt
- Run the app:
uvicorn main:app --reload
- Authentication system does not work.
- Notes functionality is very basic and needs improvement.
- FastAPI is not an ideal choice for this project.
Feel free to submit issues or pull requests to improve the project. I will be happy if You contribute
This project is licensed under the MIT License.