Clone the project repository by running the command below
git clone https://github.com/saneksa/graphql-test-authorization.git
After cloning, run:
npm install
Then run the migration:
npm run migrate
And finally, start the application:
npm run dev
The server will be running on http://localhost:4000/api.