To Do Application with Flask, Sqlalchemy, WTForms, Bootstrap
Steps to Run the project:
- Clone the Repo using below command. #git clone [email protected]:anuragpathak2608/flaskproject.git
- Complete project is present under directory Todo with GUI >> Flask_todo, Open this directory.
- To install dependencies run below command. #pip install -r requirements.tx
- Run below command to run the python server. python app.py
- Browse http://127.0.0.1:5000/
- Path to add User : http://127.0.0.1:5000/user/add
- Path to add Task : http://127.0.0.1:5000/task/add