Skip to content

A "Hello world" example using Prisma, Apollo and Docker. Written in JS.

Notifications You must be signed in to change notification settings

douglasvbarone/prisma-apollo-js-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple Prisma example using Apollo server.

Requirements

  • Node / NPM

Usage

Prepare

npm install
npm run migrate
npm run reset

cd web
npm install

Run server

# In root directory
npm run dev

Access Playground at https://localhost:4000/

Run client

# Inside /web directory
npm run serve

Access web client at https://localhost:8080/

Build

npm run build

About

A "Hello world" example using Prisma, Apollo and Docker. Written in JS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published