Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 841 Bytes

README.md

File metadata and controls

39 lines (31 loc) · 841 Bytes

Secret Goose

Setup

  1. Install npm 6.X.X https://www.npmjs.com/get-npm
  2. Install python3 and pip3 https://www.python.org/downloads/
  3. Install dependencies for the backend
$ cd $PROJECT_ROOT/backend
$ pip3 install -r requirements.txt
  1. Install dependencies for the frontend
$ cd $PROJECT_ROOT/secret_goose
$ npm install

Run

  1. Open two terminals
  2. Run the backend in first
$ cd $PROJECT_ROOT/backend
$ gunicorn -b :8000 main:app
  1. Run the frontend in the other
$ cd $PROJECT_ROOT/secret_goose
$ npm start

Images used

Pixabay License: Free for commercial use, No attribution required