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

https://github.com/rodrigues-t/coupon-api

Coupon generator API. Create and manage discount coupons for your customers.
https://github.com/rodrigues-t/coupon-api

coupon coupon-api coupon-code-generator coupon-service coupons javascript nodejs

Last synced: about 2 months ago
JSON representation

Coupon generator API. Create and manage discount coupons for your customers.

Awesome Lists containing this project

README

          

# coupon-api
Coupon generator API. Create and manage discount coupons for your customers.

## Getting started

### Prerequisites
Make sure you have a recent version of Node.js installed in your development environment. At this point, I'm using an LTS version.

**Clone the Repository**
```
$ git clone https://github.com/rodrigues-t/coupon-api.git
```

You will need to configure a .env file. Take a look at .env.example to check all you need set up.

### Install dependencies
```
$ npm install
```

### Run
```
$ npm run dev
```
## Built with

- Node.js
- Express
- Mongoose
- Passport
- Swagger
- Helmet