Skip to content

devandcoffee/wastp-graphql

Repository files navigation

alt text

API for Sport and Tournaments Project

Setup

API built on express using apollo server for graphql

After clone the project, you should install dependencies, run:

npm install

Start containers, run:

docker-compose up -d

Execute migrations:

npm run db:migrate

Execute seeds:

npm run db:seed

That's it, if all is okay, you could go to http://localhost:3000/graphiql

To stop the containers, you can run:

docker-compose down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors