A simple web application where users can write and store notes created using flask.
Clone the repo
git clone https://github.com/mahdi-robbani/notes_webapp.git
Install required python packages
pip install -r requirements.txt
Run the main.py
python file to initialize the server.
Go to http://127.0.0.1:5000
on a web browser.