- create database named 'testDB'
- /backend/todo_api/settings.py, replace the necessary information
- install python 3 virtual environment
- install Pipenv
- cd /backend
- pipenv install
- python manage.py migrate
- install node and yarn
- cd /frontend
- yarn install
- yarn start