Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dex4er/fastify-postgresql-hello-world
Fastify hello world app with PostgreSQL connection
https://github.com/dex4er/fastify-postgresql-hello-world
Last synced: 11 days ago
JSON representation
Fastify hello world app with PostgreSQL connection
- Host: GitHub
- URL: https://github.com/dex4er/fastify-postgresql-hello-world
- Owner: dex4er
- Created: 2023-03-14T13:14:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T16:21:21.000Z (almost 2 years ago)
- Last Synced: 2024-10-28T09:02:05.016Z (about 2 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fastify-postgresql-hello-world
Example Fastify application which uses PostgreSQL database.
## Usage
```sh
npm ci
npm start
```## Configuration
Environment variables:
- POSTGRES_HOST
- POSTGRES_PORT
- POSTGRES_DB
- POSTGRES_PASSWORD
- POSTGRES_USER
- SERVER_HOST
- SERVER_PORT