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

Integrate database to the server #12

Closed pedro-m-dietrich closed 2 months ago

pedro-m-dietrich commented 2 months ago

The database has been integrated to the server using Prisma.

The createUser mutation will create a new row in the User table, and send back the new user data as a response, or an error, if any occurs.