Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 606 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 606 Bytes

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