Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 705 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 705 Bytes

Fastify Postgres API

An application built using fastify, typescript and postgres which provides access to football players data.

Running application

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.

Documentation

Visit localhost:${PORT}/docs to view docs for all endpoints.

REST Client

Use request.http to make requests to various endpoints.

You can install Rest Client extension for VSCode from here

For Queries

If you have any queries you can reach out to me at [email protected].