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 c880ed2713 FEATURE | Notifications about tasks deadlines 9 months ago
.husky FORMAT CODE 3 years ago
deploy FIX | fixed chats if order is taken 2 years ago
examples Update 4 files 2 years ago
src FEATURE | Notifications about tasks deadlines 9 months ago
test SYSTEM | Init 3 years ago
.env.example Merge branch 'stage' of gitlab.work-jetup.site:task-me/api-rws into ip-block 9 months ago
.env.save CHANGE | Different app version parameters for different platforms 1 year ago
.eslintrc.js FEATURE | Core services 3 years ago
.gitignore FEATURE | log entity 3 years 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.stage.yml fix | start 3 years 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 | Notifications about tasks deadlines 9 months ago
package.json FEATURE | Notifications about tasks deadlines 9 months ago
tsconfig.build.json FEATURE | Send notifications from admin 9 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