Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cithukyaw/recipegraphql
A GraphQL API with Apollo Server V3 and MongoDB Atlas
https://github.com/cithukyaw/recipegraphql
Last synced: about 17 hours ago
JSON representation
A GraphQL API with Apollo Server V3 and MongoDB Atlas
- Host: GitHub
- URL: https://github.com/cithukyaw/recipegraphql
- Owner: cithukyaw
- Created: 2024-06-04T15:50:26.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-07-18T04:48:40.000Z (4 months ago)
- Last Synced: 2024-09-08T14:34:53.287Z (about 2 months ago)
- Language: JavaScript
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Recipe GraphQL
A GraphQL API with Apollo Server V3 and MongoDB Atlas
Reference:
- [GraphQL Crash Course](https://www.youtube.com/playlist?list=PL4cUxeGkcC9gUxtblNUahcsg0WLxmrK_y)
- [Create A GraphQL API with Apollo Server V3 and MongoDB Atlas](https://www.youtube.com/watch?v=uPxo9NQLVMI)## Setup
Copy `env` to `.env` and setup MongoDB Atlas db credentials in `.env`.
Run
npm install
npm start