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 269bf18381 FEATURE | Old database seed 2 years ago
.husky FORMAT CODE 3 years ago
deploy FIX | fixed chats if order is taken 2 years ago
src FEATURE | Old database seed 2 years ago
test SYSTEM | Init 3 years ago
.env.example FEATURE | Export chat messages to text file 3 years ago
.env.save fix | taxonomies/reason apiBody 3 years ago
.eslintrc.js FEATURE | Core services 3 years ago
.gitignore FEATURE | log entity 3 years ago
.prettierrc SYSTEM | Init 3 years ago
Dockerfile FEATURE | refresh token 3 years ago
README.md fix conflicts 3 years ago
docker-compose.stage.yml fix | start 3 years ago
docker-compose.yml FEATURE | Old database seed 2 years ago
ecosystem.config.js CHANGE | Docker-compose stage 3 years ago
ecosystem.config.prod.js FIX | ecosystem 3 years ago
logo.png FEATURE | Users module init 3 years ago
nest-cli.json SYSTEM | Init 3 years ago
package-lock.json FIX | Ip guard 2 years ago
package.json FIX | Ip guard 2 years ago
tsconfig.build.json SYSTEM | Init 3 years ago
tsconfig.json fix | conflicts 3 years 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