Skip to content

nehamalcom/ToDo-List-Manager-Web-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

To-Do List Manager Web Application

Stack used

Backend done in Python using:

  • Flask Frontend done using:
  • React (currently working on)
  • HTML
  • CSS

Run a demo of the current working application

After activating a Python virtual environment with Flask installed, run the following: export FLASK_APP=todolist export FLASK_APP=development flask run

To initialise the database, run: flask init-db

Run a demo of the React application (in works)

After activating a Python virtual environment with Node.js installed, run the following from the todo-react directory. npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published