The project aimed to implement a GraphQL server from scratch, starting the creation of the project with the Getting Started of the apollo server documentation and then improving the development process, using libs that accelerated the assembly process of * shcemas & resolvers* and use of the graphql code gen to automatically type the typescript for the resolvers.
To run locally use the instructions below 👇
1st - Clone the repository 📦
2nd - Run npm install or yarn to install the dependencies 🔄
3rd Run "npm run dev" for the project to start ▶
O projeto tinha como objetivo implementar um servidor GraphQL do completo zero, começando a criação do projeto com o Getting Started do documentação do apollo server e depois ir melhorando o processo de desenvolvimento, usando libs que aceleravam o processo de montação de shcemas & resolvers e uso do graphql code gen para criação de tipagem automática do typescript para os resolvers.
Para rodar localmente use as intruções abaixo 👇
1º - Clone o repositório 📦
2º - Execute npm install ou yarn para instalar as dependências 🔄
3º Execute "npm run dev" para o projeto iniciar ▶