Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nurislam03/mern_a_to_z_client
- Owner: nurislam03
- Created: 2019-08-03T16:03:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T21:38:02.000Z (17 days ago)
- Last Synced: 2024-10-28T22:29:44.058Z (17 days ago)
- Topics: express, full-stack, mern, mongodb, nodejs, react
- Language: JavaScript
- Homepage: https://blog.logrocket.com/mern-stack-a-to-z-part-2/
- Size: 2.31 MB
- Stars: 27
- Watchers: 2
- Forks: 15
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
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/)