Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nurislam03/mern_a_to_z
This tutorial is all about the MERN stack. We are going to explore this popular stack and how to use it by developing a simple CRUD (create, read, update, and delete) application from scratch.
https://github.com/nurislam03/mern_a_to_z
express mern mongodb nodejs react
Last synced: 3 days ago
JSON representation
This tutorial is all about the MERN stack. We are going to explore this popular stack and how to use it by developing a simple CRUD (create, read, update, and delete) application from scratch.
- Host: GitHub
- URL: https://github.com/nurislam03/mern_a_to_z
- Owner: nurislam03
- License: mit
- Created: 2019-06-13T06:51:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-24T12:15:50.000Z (4 months ago)
- Last Synced: 2024-07-24T14:04:16.116Z (4 months ago)
- Topics: express, mern, mongodb, nodejs, react
- Language: JavaScript
- Homepage: https://blog.logrocket.com/mern-stack-a-to-z-part-1/
- Size: 395 KB
- Stars: 55
- Watchers: 2
- Forks: 25
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MERN_A_to_Z
### To Run the app (server)
##### Make sure you are in - MERN_A_to_Z/ directory & type the following command
```sh
$ npm install
$ npm run app
```[Read My Article on LogRocket Blog about this repository](https://blog.logrocket.com/mern-stack-a-to-z-part-1/)
### You will find the front end part (MERN stack A to Z - Part-2) here.
[FrontEnd - (Client)](https://github.com/nurislam03/MERN_A_to_Z_Client)