Skip to content

talitastravassos/nodejs-graphql-formula-1-api

Repository files navigation

Formula 1 API

a simple API project with formula 1 data extracted from ergast.com/mrd.

Tech Stack

Server: Node, Express, GraphQL, Apollo Server, Type-graphql, Typescript, ts-node-dev, Eslint, Prettier, Jest.

Run Locally

Clone the project

  git clone https://github.com/talitastravassos/nodejs-graphql-formula-1-api

Go to the project directory

  cd nodejs-graphql-formula-1-api

Install dependencies

  npm install

or

  yarn install

Start the server

  npm run dev

or

  yarn dev

Running Tests

To run tests, run the following command

  npm run test

or

  yarn test

License

MIT

Releases

No releases published

Packages

 
 
 

Contributors