Skip to content

arpanneupane19/Todos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todos

File Structure:

  1. app.py - Main app file (Everything is in here)
  2. templates/home.html - Template that contains home page.
  3. templates/login.html - Template that contains login page.
  4. database.db - Database file
  5. README.md - File that contains all of the information about the app (This file).

Installing Dependencies:

  1. Windows -
pip install -r requirements.txt
  1. macOS -
pip3 install -r requirements.txt

To run the app:

  1. Windows -
python app.py
  1. macOS -
python3 app.py

About

The second iteration of the TodoListApp.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published