indigotech / onboard-pedro-dietrich

Project for onboarding on Taqtile. Consists in a back-end server to learn about Typescript, Node, GraphQL and other tools.
0 stars 0 forks source link

Configure Apollo Server and Typescript setup #5

Closed pedro-m-dietrich closed 2 months ago

pedro-m-dietrich commented 2 months ago

The server has been updated to use the Apollo Server with Typescript.

The functionality remains the same. The file server.js was replaced with src/index.ts.

Hot reloading was added using nodemon.