Skip to content

claudio-viola/users-api

Repository files navigation

Holiday extrass Test

Requirements

  • node >= 10.16.3
  • docker > = 19.03.05

Installation

  1. Install Packages
npm install
  1. Copy .env.example into .env
  2. Run postgres database
docker-compose up -d
  1. Migrate database
npm run db:migrate

Development run

npm run start:dev

Production run

npm run build
npm run start

Run integration tests

npm run test:integration

About

Users api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published