a simple API project with formula 1 data extracted from ergast.com/mrd.
Server: Node, Express, GraphQL, Apollo Server, Type-graphql, Typescript, ts-node-dev, Eslint, Prettier, Jest.
Clone the project
git clone https://github.com/talitastravassos/nodejs-graphql-formula-1-apiGo to the project directory
cd nodejs-graphql-formula-1-apiInstall dependencies
npm installor
yarn installStart the server
npm run devor
yarn devTo run tests, run the following command
npm run testor
yarn test