An open API service indexing awesome lists of open source software.

https://github.com/andrerousselet/tfc-fullstack-app

A fullstack app that simulates football matches in a hypothetical brazilian championship.
https://github.com/andrerousselet/tfc-fullstack-app

docker express mocha-chai msc-architecture mysql nodejs reactjs sequelize typescript

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](http://localhost/3000)