Skip to content

CreatorCredentials/creator-credentials-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CREATOR_CREDENTIAL_BACKEND

Installation

$ pnpm install

Running the app in a docker image:

docker compose up # dev
# or
docker compose up -f docker-compose-prod.yml (prod)

Running the app

# production run of local build
$ pnpm run start

# watch mode
$ pnpm run dev

# watch mode at docker compose
$ pnpm run dev:dock

# production mode
$ pnpm run start:prod

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages