Skip to content

Los-had/Notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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