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.
- Host: GitHub
- URL: https://github.com/andrerousselet/tfc-fullstack-app
- Owner: andrerousselet
- Created: 2023-02-28T18:37:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T19:07:01.000Z (over 3 years ago)
- Last Synced: 2025-10-05T12:17:24.749Z (8 months ago)
- Topics: docker, express, mocha-chai, msc-architecture, mysql, nodejs, reactjs, sequelize, typescript
- Language: JavaScript
- Homepage:
- Size: 657 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)