Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 257 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 257 Bytes

Mern Crash Course

Demo App

How To Run

Create the file backend/config.env with your Mongo URI & Port:

MONGO_URI=your_mongo_uri
PORT=8000

Build App:

npm run build

Run App:

npm run start