/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.

Primary LanguageJavaScript

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
$ 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

Read My Article about this server side coding

LogRocket Article Link