Skip to content

SunLaria/Notes-App-Project3

 
 

Repository files navigation

Notes App

Save Your Notes, Manage Users via Admin Panel

How To Use

  • Create Note: Double-click on an empty space.
  • Delete Note: Double-click on the note.
  • Admin Panel: Exclusive access for admin users.
    • Create, delete, and reset passwords for users.
    • Access statistics.

Setup

Docker:

docker run -p 5000:5000 docker.io/randomg1/notes-app-project3:latest

Locally:

git clone https://github.com/SunLaria/Notes-App-Project3.git
cd Notes-App-Project3
python -m pip install -r requirements.txt
python app.py

Running the App

Navigate to:

Additional Information

  • Language: Python
  • ORM: Peewee
  • Frontend: ReactJS, HTML, CSS
  • Backend: Flask
  • Session Management: Flask-Login
  • API Requests: Axios

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 42.6%
  • JavaScript 38.1%
  • CSS 11.0%
  • HTML 5.2%
  • Dockerfile 3.1%