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.gitin the terminal. - cd into the directory.
- run
npm installin the directory
- Create a
.envfile similar todemo.envwithMONGO_URLandJWT_SECRET. - Run
npm start - Observe the server running at
http://localhost:5000/ - Link to the
postman-collectionhttps://www.getpostman.com/collections/2301a3ef4667075eda83