Skip to content

Latest commit

 

History

History
74 lines (60 loc) · 1.53 KB

README.md

File metadata and controls

74 lines (60 loc) · 1.53 KB

Tech Dinner API

This API was created to TechDinner APP.

Requirements

  • Node with Yarn (version in nvmrc);
  • Docker and Docker Compose.

Installing

Clone this repository

git clone https://github.com/techdinner/techdinner-api.git

Install dependencies

yarn

Running the app

With make commands to use docker

# production
$ make run-prod

# development
$ make run

Without make commands

# production
$ yarn start

# development
$ yarn dev

For more commands with makefile check Makefile

Test

# unit tests
$ yarn test

Other docs

features