https://github.com/fsojitra/registration-login-and-crud-action-using-mern-stack
:high_brightness: :leaves: Nodejs(Express.js) + mongoDB + mongoose + JWT + react.js + material-ui + axios(API call)
https://github.com/fsojitra/registration-login-and-crud-action-using-mern-stack
authentication axios crud crud-action crud-application express image-upload jwt mongodb mongoose nodejs pagination react-component react-router react-tutorial reactjs register registration search tutorial
Last synced: 8 months ago
JSON representation
:high_brightness: :leaves: Nodejs(Express.js) + mongoDB + mongoose + JWT + react.js + material-ui + axios(API call)
- Host: GitHub
- URL: https://github.com/fsojitra/registration-login-and-crud-action-using-mern-stack
- Owner: fsojitra
- License: gpl-3.0
- Created: 2020-12-23T02:52:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-23T08:29:54.000Z (about 2 years ago)
- Last Synced: 2025-03-30T05:11:20.826Z (9 months ago)
- Topics: authentication, axios, crud, crud-action, crud-application, express, image-upload, jwt, mongodb, mongoose, nodejs, pagination, react-component, react-router, react-tutorial, reactjs, register, registration, search, tutorial
- Language: JavaScript
- Homepage:
- Size: 3.56 MB
- Stars: 163
- Watchers: 1
- Forks: 50
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MERN Stack | Login, Register and CRUD app
Simlple example of user registration, login and CRUD action with backend restAPI using mongoDB, Nodejs(Express.js) and mongoose, authentication using JWT token also pagination and frontend using react.js and material-ui api calling with axios.
[](https://github.com/FSojitra/Registration-Login-and-CRUD-Action-using-MERN-stack/blob/development/MERN.gif)
### This Project is a Simple ReactJS Project which demonstrates the following
##### Backend
- API to register and login user.
- API using which loged in user can add, edit and update it's product.
- Pagination API to give list of perticular user's added product.
- JWT token authentication.
- Print PDF option so you can print or download product details
##### Frontend
- Creating a Component in React and creat routing.
- Using react and material UI created form to login user and can register new user.
- Product add, edit, delete and pagination also you can search product by name.
- Making HTTP calls using Axios.
- Calling multipart api with image upload.
### Prerequisites
Below noted things you need to install to run this project in your system
- Node.js
- NPM
- MongoDB
### To Setup
Clone or download this repository
1. `cd Registration-and-Login-using-MERN-stack/backend`
2. `npm install`
3. `cd Registration-and-Login-using-MERN-stack/frontend`
4. `npm install`
### To Run
To run node server
1. `cd Registration-and-Login-using-MERN-stack/backend`
2. `node server.js`
To run react frontend
1. `cd Registration-and-Login-using-MERN-stack/frontend`
2. `npm start`
### Do not forget to leave a star! :hugs: