Simple Node.js single-page web app with REST API backend.
Develop a landing page that shows and explains all the vouchers we give out. It would be nice if we had possibility to exchange the voucher number, value or disable the voucher. Perhaps build an admin page where we can easily set new data.
- Edit the settings on the process.env file.
CLIENT_DOMAIN = ''
CLIENT_ID = ''
CLIENT_SECRET = ''
REDIRECT_URI = ''
AWS_ACCESSKEY = ''
AWS_SECRET_ACCESSKEY = ''
- Deploy the application