https://github.com/hirishu10/fullstack-mernapp-storelist-with-api
Creating full stack store list MERN App with the help of MongoDB, Express, React, Node.js, Redux, JWT (JSON web token), API(Application Programming Interface), etc.
https://github.com/hirishu10/fullstack-mernapp-storelist-with-api
database express jwt mongodb node react redux
Last synced: 3 months ago
JSON representation
Creating full stack store list MERN App with the help of MongoDB, Express, React, Node.js, Redux, JWT (JSON web token), API(Application Programming Interface), etc.
- Host: GitHub
- URL: https://github.com/hirishu10/fullstack-mernapp-storelist-with-api
- Owner: hirishu10
- Created: 2022-02-21T06:31:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T17:13:00.000Z (over 3 years ago)
- Last Synced: 2025-03-06T17:41:07.795Z (over 1 year ago)
- Topics: database, express, jwt, mongodb, node, react, redux
- Language: JavaScript
- Homepage: https://mernstorelist.netlify.app/
- Size: 609 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Full Stack MERN App (Store-List)
**Update:** Added Login/Register UI with the help of JWT Token (Json Web Token)
**Version:** 1.1.0
**Website:** https://mernstorelist.herokuapp.com/
> Some credentials for testing our app
- **Email:** mernstorelist.com
- **Password:** password
Creating full stack store list MERN App with the help of MongoDB, Express, React, Node.js, Redux, JWT (JSON web token), API(Application Programming Interface), etc.
- [Store List](#store-list)
- [Add Item](#add-item)
- [Refresh Item](#refresh-item)
- [Remove Item](#remove-item)
- [API (Store-List)](#api-store-list)
- [Author](#author)
# Store List
> Home screen of Store List MERN App ↓
> 
# Add Item
> Adding item and updating in the database ↓
> 
> See this for refrence ↓
> 
# Refresh Item
> Refresh item ↓
> 
> See this for refrence ↓
> 
# Remove Item
> Remove item from the store and also from the database ↓
> 
# API (Store-List)
> With the help of API we can push the data from server to the database collection ↓
> => API (Application Programming Interface):
- /api/items => Get All the Items inside the database collection
- /api/items/add => Add new item inside the database collection (provide the **name** parameter in the body and add the same)
- /api/items/delete => Delete item from the database collection (/delete/**id:** provide the id and delete the same)
- /api/items/length => Get the length of total items from the database collection
> For user Register/Login
- /api/users/register => Create account with this API for free to use the mern store list app
- /api/auth => Login in the account with credentials and receive the Token
# Author
#### Thank You All 🙏🏻
Made with 🖤 by
**Author** : [Rishu Chowdhary](https://github.com/hirishu10)
**Email** : hi.10rishu@gmail.com