Skip to content

Creating restful API using MERN stack and postman. A full-stack web application made with node and express js and backend with MongoDB with all the CRUD operations.

Notifications You must be signed in to change notification settings

RaghavJindal13/MERN-API

Repository files navigation

🌐 MERN Stack

MongoDB, Expressjs, React/Redux, Nodejs.

MERN is a fullstack implementation in MongoDB, Expressjs, React/Redux, Nodejs

MERN stack is the idea of using Javascript/Node for fullstack web development.

clone or download

$ git clone https://github.com/RaghavJindal13/MERN-API.git
$ npm install

project structure

LICENSE
package.json
config.env
server.js
app.js
Routes/
   UserRoutes
Controllers/
   UserControllers
Models/
   UserModels
...

Usage (run fullstack app on your machine)

Prerequirements

notice, the API has been tested using the Postman application and it performs all the CRUD operations.

API usage(PORT: 3000)

$ cd MERN-API     // go to client folder
$ npm i          // npm install pacakges
$ npm start      // run it locally

Start

$ cd MERN-API   // go to server folder
$ npm i       // npm install pacakges
$ npm run dev // run it locally
$ npm run build // this will build the server code to es5 js codes and generate a dist file

About

Creating restful API using MERN stack and postman. A full-stack web application made with node and express js and backend with MongoDB with all the CRUD operations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published