Skip to content

This tutorial will guide you on how to create an MEVN app from scratch to production.

License

Notifications You must be signed in to change notification settings

isonguyom/mevn-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mevn-crud

This tutorial will guide you on how to create a MEVN app from scratch to production. The app is deployed on Render. Visit this link to see the demo of the app

Recommended IDE Setup

Setup

Clone Repo:

git clone https://github.com/isonguyom/mevn-crud.git

Enter the root directory:

cd mevn-crud

Install dependencies

Install client dependencies:

cd client
npm install

Install server dependencies

cd ../server
npm install

Open in VScode:

code .

Create a .env file in the server folder and the following:

MONGO_URI='<mongdb_uri>'
PORT=3000

Add MONGO_URI and preferred PORT to your .env file

Run in dev:

npm run dev

Run in production:

npm start

Preview

preview.webm

About

This tutorial will guide you on how to create an MEVN app from scratch to production.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published