Apple-Tree-Tim / MERN-Stack-Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mern-stack-example

Mern Stack code for the Mern Tutorial

CI

How To Run

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

Start Web server

cd mern/client
npm install
npm start

Disclaimer

Use at your own risk; not a supported MongoDB product

About

License:Apache License 2.0


Languages

Language:JavaScript 94.5%Language:HTML 5.5%