- Install npm 6.X.X https://www.npmjs.com/get-npm
- Install python3 and pip3 https://www.python.org/downloads/
- Install dependencies for the backend
$ cd $PROJECT_ROOT/backend
$ pip3 install -r requirements.txt
- Install dependencies for the frontend
$ cd $PROJECT_ROOT/secret_goose
$ npm install
- Open two terminals
- Run the backend in first
$ cd $PROJECT_ROOT/backend
$ gunicorn -b :8000 main:app
- Run the frontend in the other
$ cd $PROJECT_ROOT/secret_goose
$ npm start
Pixabay License: Free for commercial use, No attribution required