Gio85 / holidayextras_test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Holiday Extras Code Test

code style: prettier code style: eslint Commitizen friendly !npm type definitions !npm type definitions !npm type definitions

Info

This is a code test for HolidayExtras. The aim of this test is to create an API in order to manage a user entity. To do so, I decided to use Docker & docker compose in order to run a MongoDB instance.

Settings

The following commands will build and run the mongodb image, and the user container

  • Install all the dependencies with yarn or npm i
  • cd to the architecture folder cd architecture
  • build the docker image docker-compose -f development.yml build
  • run the docker image docker-compose -f development.yml up

Usage

There is a swagger.yml file to be used in postman in order to have a collection ready to be tested.

About


Languages

Language:TypeScript 88.6%Language:JavaScript 10.7%Language:Dockerfile 0.7%