Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)