/fnote-taking-gcp-ci-cd

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Simple Note Taking App using Flask

Minimal Note Taking App

To run locally

  1. Clone this repo

  2. Create a virtual environment and install the dependent packages

# virtualenv venv

# source venv/bin/activate

# pip3 install -r requirements.txt

# python3 main.py

Sample images

Signup Page

Login Page

Home Page

Functionalities

  • Create a new user (Signup)
  • Login only for signed up user (Login and Logouts)
  • Create notes (NOT shared notes, each user can only see his notes)
  • Delete notes (Only registerd users can delete/create notes)
  • Cannot see other users notes