Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 700 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 700 Bytes

Notes-app

This project was made in the Python Website Full Tutorial - Flask, Authentication, Databases & More tutorial by Tech with Tim.

installing on your machine

download the project on github.

$ git clone <repo url>

After that open your terminal and write:

$ cd flask-website-tutorial
    # enter in the app folder
$ pip install -r requirements.txt
    # install the dependencies
$ python .py
    # execute the app

This commands wiil execute the script in:

http://127.0.0.1:5000

to stop the server(localhost) press Ctrl+C or Cmd+C

License

MIT