An application built using fastify, typescript and postgres which provides access to football players data.
Make sure you have any Node version above 14.
npm install
npm run dev
You should be up and running with the app on environment definded PORT or 5000.
Visit localhost:${PORT}/docs to view docs for all endpoints.
Use request.http to make requests to various endpoints.
You can install Rest Client extension for VSCode from here
If you have any queries you can reach out to me at [email protected].