Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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