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_client

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. In this part, we will work with React to build out the front-end portion of our app.
https://github.com/nurislam03/mern_a_to_z_client

express full-stack mern mongodb nodejs react

Last synced: 4 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. In this part, we will work with React to build out the front-end portion of our app.

Awesome Lists containing this project

README

        

# MERN_A_to_Z_Client

### To Run the app (Client - React)

##### Make sure you are in - MERN_A_to_Z_Client/mern_a_to_z_client/ directory & type the following command

```sh
$ npm install
$ npm start
```

### To Explore all features in this project you need to connect the server first. Here you will find the necessary files (backend/server).

##### GitHub Repo - Backend/Server
[https://github.com/nurislam03/MERN_A_to_Z](https://github.com/nurislam03/MERN_A_to_Z)

#### Read My Article about this server side coding
[LogRocket Article Link](https://blog.logrocket.com/mern-stack-a-to-z-part-1/)