An open API service indexing awesome lists of open source software.

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.

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