MERN Stack project for Developer BootCamp
https://devcamperweb.herokuapp.com/-
download the zip file or clone it
-
extract the file and open with the editor (e.g. VS Code)
-
open terminal and go to the file directory
-
Usage
Install the dependency
npm install cd frontend npm run install
or
npm run dev
-
Mongo connection setup Edit your /config/congif.env file to include the correct MongoDB URI
-
Run Server npm run dev # Express & React :3000 & :5000 npm run server # Express API Only :5000 npm run frontend # React Client Only :3000
|