claudiokerekes / market

A repo to show my ruby on rails knowledge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tarket

This project is to show, as a summary, my Ruby on rails skills.

Assumptions

  • The market has a minimal "header security"
  • Corner cases were not considered
  • Principal features tested
  • CI implemented

Test locally with DOCKER

  • Download this repo
  • in the root path of the project, run: docker-compose up -d . You must have Docker installed
  • Use the postman collection found in the root path of the project to test these endpoints.
  • In case of database connection problems, please, rename the database host to: db in the config/database.yml file

About

A repo to show my ruby on rails knowledge


Languages

Language:Ruby 97.5%Language:Dockerfile 1.9%Language:HTML 0.6%