/buildo-configuration-service

Buildo take home project

Primary LanguageTypeScript

Nest Logo

Description

Configuration service built using Nest framework TypeScript starter repository.

Installation

Make sure you have set up a local installation of MySQL. Then do the following:

  • in MySQL Workbench, create the database:

    CREATE DATABASE dev; -- for development
    CREATE DATABASE test; -- for e2e
  • in project directory, install dependencies:

    $ yarn install
  • in project directory, create your .env and .env.test files like the one in .env.example

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

Other possible improvements

Stay in touch

License

Nest is MIT licensed.