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
|
1 month ago | |
---|---|---|
.husky | 3 years ago | |
deploy | 3 months ago | |
examples | 3 months ago | |
src | 1 month ago | |
test | 3 years ago | |
.env.example | 6 months ago | |
.env.save | 3 months ago | |
.eslintrc.js | 3 years ago | |
.gitignore | 7 months ago | |
.prettierrc | 3 years ago | |
Dockerfile | 9 months ago | |
README.md | 3 years ago | |
docker-compose.local.yml | 9 months ago | |
docker-compose.prod.yml | 3 months ago | |
docker-compose.stage.yml | 3 months ago | |
docker-compose.yml | 2 years ago | |
ecosystem.config.js | 2 years ago | |
ecosystem.config.prod.js | 2 years ago | |
logo.png | 3 years ago | |
nest-cli.json | 3 years ago | |
package-lock.json | 4 months ago | |
package.json | 6 months ago | |
tsconfig.build.json | 8 months ago | |
tsconfig.json | 9 months ago | |
webpack-hmr.config.js | 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