Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.47 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.47 KB

TFC Fullstack App

A fullstack app that simulates football matches in a hypothetical brazilian championship.

  • Built with Node, Express, MySQL, Sequelize, Docker, React and TypeScript
  • ~80% test coverage with Mocha, ChaiHTTP, and Sinon
  • Model, Service, Controller and OOP architecture

A Trybe project, developed during the back-end module.


To run locally with Docker, clone the repository and run the following command:

$ docker-compose up -d

When containers are ready and running, navigate to: TFC