Skip to content

My personal website, the main goal is use technology and data science in the Brazilian Football Championship.

Notifications You must be signed in to change notification settings

duanribeiro/futebol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Futebol

Python MIT License Travis-CI

The main objective of this project is to use technology and data science in the Brazilian Football Championship

This project consists of 3 services:

  • Client: Made in Javascript, using React library and is responsible for data presentation.
  • Server: Made in Python, using Flask microframework for API's.
  • Crawler: Made in Python, using Scrapy asynchronous framework for web scraping.

And also the database:

  • No-SQL: MongoDB, hosted on Atlas using a EC2 instance on AWS.

Imagem Exemplo

1) Starting Server

cd server
export MONGO_URI=mongodb://[username:password@]host1[:port1][,...hostN[:portN]][/[database][?options]]

pip install -r requirements.txt
python3 run.py

2) Starting Client

cd client

npm install
npm start

About

My personal website, the main goal is use technology and data science in the Brazilian Football Championship.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published