https://github.com/dlyaswanth/fastify-swagger
Swagger Implementation using NodeJS (Fastify) and Postgres SQL as DB
https://github.com/dlyaswanth/fastify-swagger
fastify nodejs postgres swagger
Last synced: 3 months ago
JSON representation
Swagger Implementation using NodeJS (Fastify) and Postgres SQL as DB
- Host: GitHub
- URL: https://github.com/dlyaswanth/fastify-swagger
- Owner: dlyaswanth
- Created: 2022-07-02T11:42:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-19T07:06:52.000Z (over 2 years ago)
- Last Synced: 2025-02-01T14:21:38.023Z (5 months ago)
- Topics: fastify, nodejs, postgres, swagger
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fastify-Swagger
Swagger Implementation using NodeJS (Fastify)## To run this application , run these commands
git clone -b main https://github.com/dlyaswanth/Fastify-Swagger.git fastify-swagger
cd fastify-swagger
npm i
npm run dev### [Click Here](http:localhost:3000/docs) to view Swagger UI