Tech Stack used :-
To use this App on Your local Machine folows this Steps:
- Clone the github repo using command "git clone https://github.com/Abhishek-1705/TODOAPP_flask "
- make a addition folder name as " static"
- optional step : 'create a python virtual environment' using command "python3 -m venv my_env" to activate follow this command "source 'relativate path to my_env folder to file /bin/activate' "
- pip install flask
- pip install flask_sqlalchemy
- Run your Python file "app.py" using command "python app.py"
https://todo-abhishekmalviya.herokuapp.com/
Thanks