https://github.com/cithukyaw/recipegraphql
A GraphQL API with Apollo Server V3 and MongoDB Atlas
https://github.com/cithukyaw/recipegraphql
Last synced: 5 days 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 (12 months ago)
- Default Branch: master
- Last Pushed: 2024-07-18T04:48:40.000Z (10 months ago)
- Last Synced: 2025-02-17T05:27:53.573Z (3 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