dyshaev-working / nodejs-express-typescript-knex-psql-crud-example

Example CRUD application Express/Knex/PostgreSql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Example CRUD application

Set of tools

Node.js, Typescript, Docker, Jest, Ajv, Express, PostgreSQL, Postman

To start application

  1. docker-compose build
  2. docker-compose up

Tests (e2e)

  1. npm i
  2. docker-compose up -d db-manager
  3. npm run test

About

Example CRUD application Express/Knex/PostgreSql


Languages

Language:TypeScript 88.5%Language:JavaScript 10.9%Language:Dockerfile 0.6%