/camel_up_api

Primary LanguageTypeScript

EyeCueLab Node API Template

This repository will serve as the node api template for new EyeCue projects and Internship Projects

Design

Installation

$ yarn

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov