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

https://github.com/theprojectsx/ecommerce-backend

E-Commerce Website Backend created using Nest JS
https://github.com/theprojectsx/ecommerce-backend

backend expressjs nestjs nodejs swagger

Last synced: 2 months ago
JSON representation

E-Commerce Website Backend created using Nest JS

Awesome Lists containing this project

README

          

# E-Commerce Backend

A E Commerce website Backend Created using Nest JS

### Features:

- Authentication
- User and Admin role based Routes
- Products CRUD
- Review CRUD
- Carts CRUD
- Orders CRUD

### How to Run:

- Create `.env` based on `.env.example`
- Run:

```bash
npm install
npm run start:dev
```

#### Used Swagger for API Documentation

Documentations can be found on `/api/docs`