/veo-bknd

Primary LanguageTypeScript

NestJS Application

This is a simple rest api build with NestJS an Typescript.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node version 20
  • yarn

Installing

  1. Clone the repository
git clone https://github.com/Simonlfr/veo-bknd.git

Build

yarn install

Run the application

# development
yarn start

# watch mode
yarn start:dev

# production mode
yarn start:prod

Run tests

yarn test