Skip to content
forked from RhtWeb/DevCamp

MERN Stack project for Developer BootCamp

Notifications You must be signed in to change notification settings

Rohitify/DevCamp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevCamp

MERN Stack project for Developer BootCamp

CheckOut the Website On

https://devcamperweb.herokuapp.com/
  1. download the zip file or clone it

  2. extract the file and open with the editor (e.g. VS Code)

  3. open terminal and go to the file directory

  4. Usage
    Install the dependency

npm install cd frontend npm run install

or

npm run dev

  1. Mongo connection setup Edit your /config/congif.env file to include the correct MongoDB URI

  2. Run Server npm run dev # Express & React :3000 & :5000 npm run server # Express API Only :5000 npm run frontend # React Client Only :3000


Contact Me

About

MERN Stack project for Developer BootCamp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.8%
  • Other 1.2%