Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clintonbrito/football-league-table
A football league table developed as part of the Trybe Back-end course.
https://github.com/clintonbrito/football-league-table
chai docker express jest jwt mocha mysql nodejs sequelize typescript
Last synced: 10 days ago
JSON representation
A football league table developed as part of the Trybe Back-end course.
- Host: GitHub
- URL: https://github.com/clintonbrito/football-league-table
- Owner: clintonbrito
- Created: 2024-01-08T20:18:45.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-03-21T00:39:56.000Z (10 months ago)
- Last Synced: 2024-11-06T13:56:22.187Z (about 2 months ago)
- Topics: chai, docker, express, jest, jwt, mocha, mysql, nodejs, sequelize, typescript
- Language: TypeScript
- Homepage: https://football-league-table-bice.vercel.app
- Size: 930 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Football League Table
## ๐งช Technologies
This project was developed using:
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
![NodeJS](https://img.shields.io/badge/Node.js-43853D?style=for-the-badge&logo=node.js&logoColor=white)
![Express.js](https://img.shields.io/badge/express.js-%23404d59.svg?style=for-the-badge&logo=express&logoColor=%2361DAFB)
![MySQL](https://img.shields.io/badge/MySQL-005C84?style=for-the-badge&logo=mysql&logoColor=white)
![Sequelize](https://img.shields.io/badge/Sequelize-52B0E7?style=for-the-badge&logo=Sequelize&logoColor=white)
![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white)
![JWT](https://img.shields.io/badge/JWT-black?style=for-the-badge&logo=JSON%20web%20tokens)
![Mocha](https://img.shields.io/badge/-mocha-%238D6748?style=for-the-badge&logo=mocha&logoColor=white)
![Chai](https://img.shields.io/badge/chai-A30701?style=for-the-badge&logo=chai&logoColor=white)
![Jest](https://img.shields.io/badge/-jest-%23C21325?style=for-the-badge&logo=jest&logoColor=white)
![ES Lint](https://img.shields.io/badge/eslint-3A33D1?style=for-the-badge&logo=eslint&logoColor=white)
## ๐ Getting started locally
Clone this repository to your local machine and access the cloned directory:
git clone [email protected]:clintonbrito/football-league-table.git
cd football-league-tableRun this command to create project's Docker container and install the dependencies:
npm run compose:up
Open your browser and access the application through the address below to view the interface locally:
http://localhost:3000
\* WIP: Deployment is work in progress
## ๐ License
This project is licensed under the MIT License. See the LICENSE file for details.