Skip to content

richc2us/Metaland

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<<<<<<< HEAD

Metaland

Metaland database

Metaland database

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/
PORT=5050

Make sure remove node_modules if one exist for server and client

Must install:

$ npm install json-pointer
$ npm install mongoose

Start server:

cd mern/server
npm install
npm start

Start Web server

cd mern/client
npm install
npm run dev

Disclaimer

5e17995 (Initial commit)

About

Metaland database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published