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

Latest commit

 

History

History
38 lines (25 loc) · 676 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 676 Bytes

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