/room-painter

🖌️ Calculate how many cans of paint is needed to paint a room

Primary LanguageRuby

Room Painter

🖌️ Project

REST API to calculate how many cans of paint is needed to paint a room with 4 walls excluding doors and walls. This project was developed using the stack Ruby + Ruby on Rails.

🎲 Running

In order to run the API in development environment, you must have at least the following tools installed: Git, Docker and Docker Compose.

# Clone repository
$ git clone git@gitlab.com:viniciusmeneses/room-painter.git
# Go to project directory
$ cd room-painter
# Launch the application using Docker
$ docker-compose up

The app will be served on port 3000 by default and it can be accessed by URL http://localhost:3000.

📄 Documentation

Click on the button below to fork a collection containing the documented endpoints.

Run in Postman