Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 377 Bytes

File metadata and controls

17 lines (10 loc) · 377 Bytes

Food Tokens Generator API Revels 2022

  • API for generating and sending food tokens to volunteers and organisers.
  • Every food-token generated had an expiry set using JWT tokens, and could be issued by Admins only.
  • Tokens can be redeemed on scanning the respective QR codes at the counter

Backend (/api)

  • To run the api :
npm install 
npm run dev