Skip to content

yunesxinus/flasktodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask ToDo

Simple Flask Todo App using SQLAlchemy and SQLite database. using Smantic UI for styling

Run Locally

clone ther repo and run

 python3 -m venv venv

activate envirement

  . venv/bin/activate

for windows

  venv\Scripts\activate

install requirements

  pip install -r requirement.txt

Set environment variables in terminal

  export FLASK_APP=app.py
  export FLASK_ENV=development

for windows

  set FLASK_APP=app.py
  set FLASK_ENV=development

run the app

  flask run

About

todolist python-flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published