A template for a marketplace backend using GraphQL and Prisma
# 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