Skip to content

User microservice for obtaining information about users and managing them

Notifications You must be signed in to change notification settings

mathandcrypto/cryptomath-api-user

Repository files navigation

cryptomath-api-user

User microservice for obtaining information about users and managing them.

Installation

$ npm install

Prisma migrate

# development
$ npm run migrate:dev

# production mode
$ npm run migrate:deploy

Generate prisma client

$ npm run prisma:generate

Seeding the database

$ npm run seed

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

User microservice for obtaining information about users and managing them

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published