Skip to content

sexxi-goose/goose-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published