Backend done in Python using:
- Flask Frontend done using:
- React (currently working on)
- HTML
- CSS
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
After activating a Python virtual environment with Node.js installed, run the following from the todo-react
directory.
npm start