/knex-example

An exemple of an API using express and knex

Primary LanguageTypeScript

Run this application

Required software

You must have Docker and Docker Compose installed.

Running

Run:

docker compose up

Access the database using psql

Run:

docker exec -it knex-example-database psql -h localhost -p 5432 -d knex-example -U postgres