Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

bfukumori/graphql-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphql-server

A template for a marketplace backend using GraphQL and Prisma

Running the server (Backend)

# Clone this repository
$ git clone git@github.com:bfukumori/graphql-server.git

# Access the project folder in your terminal
$ cd graphql-server

# Install the dependencies
$ npm install

# Run migrations
$ npm run db:migrate

# Run the application in development mode
$ npm run server

You can play around with Apollo Studio Explorer at http://localhost:4000

About

A template for a marketplace backend using GraphQL and Prisma

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors