Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simplenotsimpler/sns-site-react-backend
Express proxy API backend for SNS React front-end. Fetches data from GitHub and MongoDB Data API.
https://github.com/simplenotsimpler/sns-site-react-backend
axios es6 express-js expressjs graphql javascript-es6 mongodb node-js nodejs
Last synced: 1 day ago
JSON representation
Express proxy API backend for SNS React front-end. Fetches data from GitHub and MongoDB Data API.
- Host: GitHub
- URL: https://github.com/simplenotsimpler/sns-site-react-backend
- Owner: simplenotsimpler
- License: mit
- Created: 2023-07-03T13:26:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-07T20:07:36.000Z (2 months ago)
- Last Synced: 2024-09-07T21:25:31.614Z (2 months ago)
- Topics: axios, es6, express-js, expressjs, graphql, javascript-es6, mongodb, node-js, nodejs
- Language: JavaScript
- Homepage: https://sns-react-backend.onrender.com/
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SNS React Site Backend
Express proxy API backend for [SNS React front-end](https://github.com/simplenotsimpler/sns-site-react). Fetches data from GitHub and MongoDB Data API.
## Details:
- 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](https://docs.github.com/en/graphql).
- 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.# License
This project is [MIT licensed](./LICENSE).