Skip to content

Latest commit

 

History

History
38 lines (19 loc) · 506 Bytes

README.md

File metadata and controls

38 lines (19 loc) · 506 Bytes

SimpleNotes

A simple note taking web app created using django

App ⚔

LostInTranslation.mp4

Setup 👷

  1. Clone the repo

    https://github.com/SameerSahu007/SimpleNotes.git
  2. Initialise a virtual environment.

    cd SimpleNotes
    python3 -m venv venv
    source venv/bin/activate
  3. Install dependencies

    pip install -r requirements.txt