Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 30 days ago
JSON representation
MERN stack (MongoDB, Express, React and Node.js) create read update and delete (CRUD) web application example
- Host: GitHub
- URL: https://github.com/didinj/mern-stack-crud
- Owner: didinj
- License: mit
- Created: 2017-11-02T11:35:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-23T02:45:51.000Z (over 3 years ago)
- Last Synced: 2024-09-27T17:22:00.878Z (about 1 month ago)
- Topics: application, create, crud, delete, express, expressjs, mern, mern-stack, mernstack, mongo, mongodb, mongoose, mongoosejs, node, nodejs, react, reactjs, read, update, web
- Language: JavaScript
- Homepage: https://www.djamware.com/post/59faec0a80aca7739224ee1f/building-crud-web-application-using-mern-stack
- Size: 19.5 KB
- Stars: 172
- Watchers: 14
- Forks: 93
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`