You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Vitalik af05c70a57 fix: calls list 1 month ago
.husky FORMAT CODE 3 years ago
deploy fix: sessions blocks 3 months ago
examples fix: turn mod 3 months ago
src fix: calls list 1 month ago
test SYSTEM | Init 3 years ago
.env.example FEATURE | setup sentry.io issues handler (#14) 6 months ago
.env.save chore | update docker-compose stage 3 months ago
.eslintrc.js FEATURE | Core services 3 years ago
.gitignore calls (#13) 7 months ago
.prettierrc SYSTEM | Init 3 years ago
Dockerfile FEATURE | Send notifications from admin 9 months ago
README.md fix conflicts 3 years ago
docker-compose.local.yml FEATURE | Send notifications from admin 9 months ago
docker-compose.prod.yml feature | send socket about turn secret mod 3 months ago
docker-compose.stage.yml chore | update docker-compose stage 3 months ago
docker-compose.yml FEATURE | Old database seed 2 years ago
ecosystem.config.js SYSTEM | Ignore some folders 2 years ago
ecosystem.config.prod.js SYSTEM | Ignore some folders 2 years ago
logo.png FEATURE | Users module init 3 years ago
nest-cli.json SYSTEM | Init 3 years ago
package-lock.json FEATURE | Secret mod module 4 months ago
package.json FEATURE | setup sentry.io issues handler (#14) 6 months ago
tsconfig.build.json fix | compile 8 months ago
tsconfig.json FEATURE | Send notifications from admin 9 months ago
webpack-hmr.config.js SYSTEM | Init 3 years ago

README.md

Task Me Api

Version: 2.0 Beta


Requires

The following software must be installed on the system to run the project

  • Docker 20.10.2 +
  • Docker-compose 1.28.0 +
  • Node.js 14.0.0 +
  • npm 8.0.0 +

Setting project

Create .env file from .env.example

cp .env .env.example

Change configuration params

nano .env

Install dependencies

npm install


Start project local

Build npm run start

Start docker-compose up

Run project stage/dev

Build npm run build

Start docker-compose -f docker-compose.stage up -d

Restart
docker-compose restart

Stop docker-compose stop