All commands are intended to be run from the root folder (golden)
python install -r api/scripts/requirements.txt
cd api
npm i
cd client
npm i
- MongoDB required, with access to it.
cd api
npm start
(running in localhost:3000)
cd client
npm start
(running in localhost:3001)