Skip to content

nelsonwenner/challenge-trz-node-api

Repository files navigation

TRZ (The resident zombie) - API

GitHub language count Made by @nelsonwenner License Stargazers

🔭 Diagram Database

diagram

🚀 Technologies

🔌 Prerequisites

ℹ️ Getting Started

  1. Fork this repository and clone it on your machine.
  2. Change the directory to trz-api where you cloned it.

🔐 Backend Getting Started

/* Run docker */
$ docker-compose up -d

/* Down docker */
$ docker-compose down

🧰 Running the tests

/* Access container of backend */
$ docker exec -it api-container /bin/bash

/* Run test */
$ npm run test:coverage

🗒️ Swagger

With the server running, access http://localhost:3333/docs

📝 License

This project is under the MIT license. See the LICENSE for more information.