Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 374 Bytes

File metadata and controls

17 lines (9 loc) · 374 Bytes

SimpleNotes

1.Clone the code into a fresh folder.

2.Create a Virtual Environment and install Dependencies.

$ virtualenv venv

$ suorce venv/bin/activate

3.Install the project dependencies, which are listed in requirements.txt.

(venv) $ pip install -r requirements.txt

4.Setup your database and run the Server

(venv) $ flask run