Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (13 loc) · 340 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 340 Bytes

Node Backend

Nodejs GraphQL API powered by Prisma and Apollo Server

Getting Started

Using Docker (recommended) cp .env-example .env docker-compose build docker-compose up

Using Yarn Set up Postgres to your liking cp .env-example .env Update DATABASE_URL ind .env to match your Postgres database yarn yarn dev