Enables you to hide your API keys from clients.
Other features:
- rate limiting
- caching GET requests
- run
npm install
- create .env from .env.example
- if you want to use local mongodb then run
docker-compose up
to start container - edit
./seeds/seed.js
to add your tokens and then runnode ./seeds/seed.js
to seed DB - then run
node index.js
to start proxy server