Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

Football League Table


preview image

## ๐Ÿงช 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-table

Run 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.