Thoughout the onboard, you will develop a server able to:
This project is set up with express, using typeorm to manage the db and apollo-server to manage graphql.
PostgreSQL is used as db and is set up locally using docker-compose.
The graphql-playground is availabe at localhost:3000/graphql
Install the npm packages in the project folder:
npm install
To start the project run the command:
npm start