- 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
- To run the api :
npm install
npm run dev