Quick to do API that uses NodeJS, Typescript, Mongoose, ApolloServer and GraphQL
- Npm
- Docker (https://www.docker.com/get-started)
$ docker-compose up
$ npm i
$ npm run dev
You can access to the GraphQL playground here (http://localhost:5000/graphql)
$ npm start
$ npm test
$ npm test -- --coverage