Express proxy API backend for SNS React front-end. Fetches data from GitHub and MongoDB Data API.
- Loosely based on https://github.com/bradtraversy/node-api-proxy-server in order to hide API keys
- Fetches pinned GitHub repos using the GitHub GraphQL API.
- Fetches other portfolio data via a MongoDB Data API which serves data from a MongoDB Atlas database (free tier). This allows staying on the free tier and avoid having to allow all IP addresses.
This project is MIT licensed.