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.
- Host: GitHub
- URL: https://github.com/rodrigues-t/coupon-api
- Owner: rodrigues-t
- License: mit
- Created: 2021-02-11T21:23:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-24T03:39:53.000Z (over 5 years ago)
- Last Synced: 2025-06-11T20:55:59.020Z (12 months ago)
- Topics: coupon, coupon-api, coupon-code-generator, coupon-service, coupons, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 132 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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