Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 498 Bytes

File metadata and controls

32 lines (21 loc) · 498 Bytes

Golden project

All commands are intended to be run from the root folder (golden)

Python requirements

python install -r api/scripts/requirements.txt

Api node modules

cd api
npm i

Client node modules

cd client
npm i

other requirements

  1. MongoDB required, with access to it.

startup environment

api

cd api
npm start (running in localhost:3000)

client

cd client
npm start (running in localhost:3001)

browser

open http://localhost:3001/