Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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