yamyn / nodejs-hw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodejs-hw

Commitizen friendly

Requirements

  • node >= 12
  • npm >= 6

Installation

Install Dependencies

npm install

Environment

You need to create and populate the .env file according to sample.env

Up db migrations

Make all migrations to current db architecture:

npm run migrate:up

Start app

For development:

npm run dev

For production:

npm start

This App have Open-api documentation

http://localhost:3030/api/explorer

About


Languages

Language:JavaScript 100.0%