https://github.com/mubtasimf443/python-notes-app
A simple notes app built using python FastAPI, html ,css , javascipt
https://github.com/mubtasimf443/python-notes-app
css fast-api fastapi fastapi-crud html html-css-javascript javascript notes-app python
Last synced: 16 days ago
JSON representation
A simple notes app built using python FastAPI, html ,css , javascipt
- Host: GitHub
- URL: https://github.com/mubtasimf443/python-notes-app
- Owner: Mubtasimf443
- Created: 2025-02-08T04:39:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T03:11:30.000Z (about 1 year ago)
- Last Synced: 2025-05-14T05:23:50.204Z (12 months ago)
- Topics: css, fast-api, fastapi, fastapi-crud, html, html-css-javascript, javascript, notes-app, python
- Language: Python
- Homepage:
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Python Notes App
A simple notes app built using FastAPI.
## Features
- **Authentication System** (Not Working)
- **Create, Show, and Delete Notes** (Basic Functionality, Needs Improvement)
## Tech Stack
- **Backend:** FastAPI (Not Recommended, Performance Issues)
- **Database:** MongoDB (Using PyMongo)
- **Frontend:** Vanilla HTML, CSS, JavaScript
## Installation
1. Clone the repository:
```sh
git clone https://github.com/Mubtasimf443/Python-Notes-App.git
cd Python-Notes-App
```
2. Install dependencies:
```sh
pip install -r req.txt
```
3. Run the app:
```sh
uvicorn main:app --reload
```
## Issues
- Authentication system does not work.
- Notes functionality is very basic and needs improvement.
- FastAPI is not an ideal choice for this project.
## Contribution
Feel free to submit issues or pull requests to improve the project.
I will be happy if You contribute
## License
This project is licensed under the MIT License.