Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amodinho/prisma2-f1-demo
A demo GraphQL backend powered by Prisma, RDS Aurora Serverless & Apollo Server Lambda
https://github.com/amodinho/prisma2-f1-demo
Last synced: 3 months ago
JSON representation
A demo GraphQL backend powered by Prisma, RDS Aurora Serverless & Apollo Server Lambda
- Host: GitHub
- URL: https://github.com/amodinho/prisma2-f1-demo
- Owner: AmoDinho
- License: mit
- Created: 2020-04-27T15:39:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T09:12:17.000Z (about 2 years ago)
- Last Synced: 2024-10-04T16:55:52.469Z (3 months ago)
- Language: JavaScript
- Homepage: https://jpyeafd94g.execute-api.us-east-1.amazonaws.com/dev/graphql
- Size: 4.1 MB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prisma 2 Demo 🏮
This project is an exploration of Primsa 2 with AWS Lambda + Apollo Server
So far this project uses MySQL locally and supports one mutation.
It works with Aurora Serverless.
## Whats needed 😌
* Yarn
* Serverless Framework
* AWS Account
* Your VPC on AWS
* Own Aurora Serverless cluster
* MySQL installed locally on your machineThis [tutorial](https://www.prisma.io/docs/getting-started/setup-prisma/start-from-scratch-sql-node-mysql) was used to make this project.
## Instalation 💾
First clone the repo:
```
$ git clone https://github.com/AmoDinho/prisma2-f1-demo.git
```Then you need to cd into the repo:
```
$ cd prisma-f1-demo
```Install the projects dependancies:
```
$ yarn install
```Then open GraphQL Playgroud to execute the queries available on the schema:
```
$ sls offline
```