Skip to content

mdgale/mern-stack-on-render

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mern-stack-example

Forked Mern Stack code for the Mern Tutorial

How To Run The Express Server

Create the file mern/server/config.env with your Atlas URI and the server port:

ATLAS_URI=mongodb+srv://<username>:<password>@sandbox.jadwj.mongodb.net/

Start server:

cd mern/server
npm install
npm start

How To Run The React App

Create the file mern/clint/.env with your local server port:

REACT_APP_API_URL=http://localhost:5050

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

No packages published

Languages

  • JavaScript 94.6%
  • HTML 5.4%