PT
Aplicativo web desenvolvido com Flask.
🎯 O objetivo foi implementar analises a partir de um conjunto de dados sobre empregos e escrever testes para a implemenmtação de uma análise de dados.
EN
Job Insights is web app built with Flask.
🎯 The goal was implement analysis from a data set about jobs and write tests for implementation of a data analysis.
| EN | PT |
|---|---|
| Work with conditional and repeating structures | Utilizar estruturas condicionais e de repetição |
| Work with built-in Python functions | Utilizar funções built-in do Python |
| Use exception handling | Utilizar tratamento de exceções |
| Perform file manipulation | Realizar a manipulação de arquivos |
| Write functions | Escrever funções |
| Write tests with Pytest | Escrever testes com Pytest |
| Write modules and import them | Escrever módulos e importá-los |
PT
Faça Download:
git clone git@github.com:queite/job-insights.git
Entre na pasta rauz:
cd job-insights
Instale as dependências:
python3 -m pip install -r dev-requirements.txt
rode o código
flask run
EN
Download the code:
git clone git@github.com:queite/job-insights.git
Enter the root folder:
cd job-insights
Install dependencies:
python3 -m pip install -r dev-requirements.txt
run code
flask run
PT
Projeto desenvolvido durante o módulo de ciências da Computação na Trybe.
Todos os projetos da Trybe usam linters, Git and GitHub.
EN
Project developed in the Computer Science Module at the Trybe course.
All Trybe projects use linters, Git and GitHub.