Skip to content

This project is for Managing Software Projects, lab 9, group 1

Notifications You must be signed in to change notification settings

IsaacMac7/MSP_lab9_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

*** SOME STEP TO GET THE PROJECT SETUP ***

// install create-react-app
npm install -g create-react-app [for global]
npm install create-react-app [for local - further on, delete -g for local]

// install mongodb
npm install -g mongodb

// install yarn
npm install --global yarn

// required packages
npm install mongoose express morgan concurrently axios -S

// easier server handling
npm install -g nodemon

// to run the entire stack
npm run dev

About

This project is for Managing Software Projects, lab 9, group 1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published