Skip to content

linux-07/TodoApp-Flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published