Skip to content

Mubtasimf443/Python-Notes-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:
    git clone https://github.com/Mubtasimf443/Python-Notes-App.git
    cd Python-Notes-App
  2. Install dependencies:
    pip install -r req.txt
  3. Run the app:
    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.

About

A simple notes app built using python FastAPI, html ,css , javascipt

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors