Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/didinj/mern-stack-crud

MERN stack (MongoDB, Express, React and Node.js) create read update and delete (CRUD) web application example
https://github.com/didinj/mern-stack-crud

application create crud delete express expressjs mern mern-stack mernstack mongo mongodb mongoose mongoosejs node nodejs react reactjs read update web

Last synced: 1 day ago
JSON representation

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

Awesome Lists containing this project

README

        

# Building CRUD Web Application using MERN Stack

This source code is part of [Building CRUD Web Application using MERN Stack](https://www.djamware.com/post/59faec0a80aca7739224ee1f/building-crud-web-application-using-mern-stack) tutorial.

If you think this source code is useful, it will be great if you just give it star or just buy me a cup of cofee [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Q5WK24UVWUGBN)

To run this app:

* Clone this repo
* Run `npm install`
* Run `npm run build`
* Run `npm start`