Skip to content

MERN stack (MongoDB, Express, React and Node.js) create read update and delete (CRUD) web application

Notifications You must be signed in to change notification settings

GabrielS0uza/paw-patrol-mern-stack-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paw Patrol - MERN Stack Application

Front-End - React + Material-UI

Back-End - Node.js, Express.js & MongoDB

Steps to run in development mode:

  1. Fork the repo and clone it.
  2. Make sure you have Node.js & MongoDB installed in your system.
  3. Run the command npm install from the root directory.
  4. Switch to client directory and run the command npm install.
  5. Open two terminal windows (one for running Server and other for MongoDB).
  6. Start MongoDB service with the command "path to your mongod.exe" --dbpath="path to your mongodb-data".
  7. Run npm run dev from the root directory to start the server. By default it will run on port 3000.
  8. Go to http://localhost:3000 to see the application running.

Go to https://paw-patrol.herokuapp.com/ to see the application online.

About

MERN stack (MongoDB, Express, React and Node.js) create read update and delete (CRUD) web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published