A lucky-draw service which allows users to get Lucky Draw Raffle tickets and use one lucky draw raffle ticket to participate in a lucky draw game.
- Node version
v10.19.0
- Npm version
6.14.3
- DB
mongoDB
- Install Node.js
- run
git clone git@github.com:anishagg17/raffle-draw.git
in the terminal. - cd into the directory.
- run
npm install
in the directory
- Create a
.env
file similar todemo.env
withMONGO_URL
andJWT_SECRET
. - Run
npm start
- Observe the server running at
http://localhost:5000/
- Link to the
postman-collection
https://www.getpostman.com/collections/2301a3ef4667075eda83