Skip to content

LvivNodeJsClub/user-service

Repository files navigation

User Service

Service response for user management.

Clone

git clone TBD

Build

Build npm project

npm i

Build docker images

 docker build -t user-service .

Test

Run unit and integration test

npm test

Check code coverage

npm start nyc

or with html report

npm start nyc-report

Run end to end test

TBD

Run

Run locally

npm start

Run thru docker compose

Create .env file with own configuration

DB_HOST=1localhost
DB_PORT=5432
DB_NAME=user-service-prod
DB_USER=user-service
DB_PASSWORD=user-service-password

and run

docker-compose up

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages