API built on express using apollo server for graphql
After clone the project, you should install dependencies, run:
npm installStart containers, run:
docker-compose up -dExecute migrations:
npm run db:migrateExecute seeds:
npm run db:seedThat's it, if all is okay, you could go to http://localhost:3000/graphiql
To stop the containers, you can run:
docker-compose down