This is a simple rest api build with NestJS an Typescript.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node version 20
- yarn
- Clone the repository
git clone https://github.com/Simonlfr/veo-bknd.git
yarn install
# development
yarn start
# watch mode
yarn start:dev
# production mode
yarn start:prod
yarn test