Skip to content

mmadevsteam/techdinner-api

Repository files navigation

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

Releases

No releases published

Packages

No packages published