FOCCACIA / README.md
Table of Contents
About
FOCCACIA is a web application that helps you organize your favourite teams, leagues and seasons into groups. This project is the result of a team project for the PI course ("Programação na Internet") at ISEL.
Built With
Development
In order to deploy a copy of FOCCACIA on your device to develop a feature or fix a bug, follow the steps below to get started.
Prerequisites
In order to run the application, you will need the following tools:
- Node.JS (
18.0.0or higher) - npm
- git (optional)
Installation
- Clone the repository
git clone https://github.com/D3W10/FOCCACIA.git - Download and setup ElasticSearch
- Run the ElasticSearch executable
- Go to Football API, create an account and get your API key
- Open the project folder using your prefered code editor (ex: VS Code)
- Go to
src/data/fapi-teams-data.jsand replaceYOUR_API_KEYwith your API key - Install the npm packages
npm i - Run the application
npm run start
License
Distributed under the MIT license. Check LICENSE for more details.
Credits
- Made by D3W10