jdoodle-ai / Todo-App3

MIT License
0 stars 0 forks source link

flask_jdroid

Simple todo app in flask

Instructions to run the app

  1. Navigate to the project folder: cd flask_jdroid
  2. Create a virtual environment and install dependencies: python -m venv venv source venv/bin/activate pip install -r requirements.txt
  3. Run the Flask app: python app.py
  4. Visit the App in Your Browser Go to http://127.0.0.1:5000/ to view the app.

buggy version

There's a version with a bug on the buggy-version branch.