MagicalStrangeQuark / backend

Back-end development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backend

Back-end development

    npm init -y
    npm install --save-dev jest

    npm install --save-dev supertest

    npm install --save-dev nodemon
    npm install --save express

    npm install --save body-parser

    npm install --save axios

    npm install --save dotenv

    npm install --save pm2
    tsc --init
Tests with Jest
    npm run test
Run
    docker-compose up -d --build
    npm run development
    npm run production
PM2
    npx pm2 ls
    npx pm2 stop <name>
    npx pm2 delete <name>

About

Back-end development

License:MIT License


Languages

Language:JavaScript 96.6%Language:Dockerfile 3.2%Language:Shell 0.1%