Skip to content

genismoreno/golden

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published