Los-had / Notes-app

flask notes app

Home Page:http://127.0.0.1:5000

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

flask notes app

http://127.0.0.1:5000

License:MIT License


Languages

Language:Python 49.5%Language:HTML 47.6%Language:JavaScript 1.8%Language:CSS 1.0%