Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Summer-Coding/recipes-server

Repository files navigation

Recipes API

CircleCI

Description

Built on Nest framework TypeScript starter repository.

This project aims to act as the main API between the Supabase database and the recipes-web project.

Installation

$ yarn install

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# test coverage
$ yarn test:cov