Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodoApp Flask

  • A simple todo app with CRUD features created using flask

Getting started with development

  • Install virtualenv (pip install virtualenv)
  • Create a virtual env using this command virtualenv env
  • Activate it on windows with the following command .\env\Scripts\activate
  • Activate on mac/linux with the following command .\env\bin\activate
  • Install the required packeges in virtual environment pip install -r requirements.txt
  • Uncomment the last few lines in app.py for development
  • Run the development server python .\app.py

Acknowledgements

Made by @arnavnagpurkar

License

This project is licensed under Apache-2.0 license read LICENSE for more details

About

Todo app with crud functions created using flask and flask sqlalchemy

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages