/coupon-api

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

Primary LanguageJavaScriptMIT LicenseMIT

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