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

https://github.com/ibrsec/bs-store-backend

Backend of the BS Store App
https://github.com/ibrsec/bs-store-backend

express jwt mongodb

Last synced: 2 months ago
JSON representation

Backend of the BS Store App

Awesome Lists containing this project

README

          








Logo

BS Store backend | Fullstack


An awesome backend of the BS Store fullstack application
Explore the docs »


Backend Swagger


·
Frontend Live Link
·
frontend Repo
·
Report Bug
·
Request Feature


📎 Table of Contents 📎


  1. About The Project

  2. ERD


  3. Overview

  4. Quick Setup

  5. Directory structure

  6. Built With


---


## ℹ️ About The Project

[![bs-store-backend](./src/assets/swagger.png)](https://bs-store-backend.vercel.app/api-doc/)


## ℹ️ ERD
[![bs-store-backend](./src/assets/erd.png)](https://bs-store-backend.vercel.app/api-doc/)

(back to top)

---


## 👀 Overview

📦 Backend of the bs-store-frontend project for store data
🎯 Used express, dotenv, express-async-errors,jsonwebtoken, mongoose, swagger-jsdoc, swagger-ui-express,cors
🖥 MongoDb is used as db
🔩 Jwt token authentication is use for authorization an authentication operations

💪 Normal users can only list the products
🌱 Admin user can list create update and delete the products and categories of the products

(back to top)


## 🛫 Quick Setup

```sh
# clone the project
git clone https://github.com/ibrsec/bs-store-backend.git

# enter the project directory
cd bs-store-backend

# install dependency
npm install

# develop
npm run start
```

(back to top)


## 📂 Directory structure

```diff
+ bs-store-backend (folder)
+ |---src (folder)
| |---config (folder)
| |
| |---controller (folder)
| |
| |---helpers (folder)
| |
| |---models (folder)
| |
| |---routes (folder)
| |
| └---helper (folder)
|
|----.env
|----.gitignore
|----package.json
|----vercel.json
└----readme.md
```

(back to top)

---


### 🏗️ Built With
























(back to top)