Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

MuvinMurugan/mern-stack-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

19 Commits

Repository files navigation

mern-stack-example

Mern Stack code for the Mern Tutorial

How To Run

Create an Atlas URI connection parameter in mern/server/config.env with your Atlas URI:

ATLAS_URI=mongodb+srv://<username>:<password>@sandbox.jadwj.mongodb.net/myFirstDatabase?retryWrites=true&w=majority
PORT=5000

Start server:

cd mern/server
npm install
npm install -g nodemon
nodemon server

Start Web server

cd mern/client
npm install
npm start

Disclaimer

Use at your own risk; not a supported MongoDB product

About

Mern Stack code for the Mern Tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • JavaScript 94.2%
  • HTML 5.8%

AltStyle によって変換されたページ (->オリジナル) /