An open API service indexing awesome lists of open source software.

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

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.