Skip to content

bhaktaraz/mern-stack-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN Stack Example

MERN Stack CRUD Example script - Create frontend and backend with React, Node, Express, mongoDB, and learn to consume REST APIs with React Axios.

Frontend

  • Get inside the project folder
  • Run npm install to install required packages

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

Start Backend Server

  • Get inside the backend folder
  • Run npm install to install required packages
  • Run nodemon server.js

About

MERN stack CRUD for starters, Example project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published