larissaperinoto / job-insights

Analysis of job data that has been incorporated into a web application using Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Job Insights

Trybe is a technology school focused on training Web Developers and the Job Insights project was proposed as an activity to improve studies on computer Science.

Description

The Job Insights project is an analysis of job data that has been incorporated into a web application.

Technologies and Tools

Python

The project was developed using:

How to use

To run the project on your machine, start by making a clone of this repository with the following command.

  git clone git@github.com:larissaperinoto/job-insights.git

Create a virtual environment

  python3 -m venv .venv

Activate the virtual environment

  source .venv/bin/activate

Install the dependencies in the virtual environment

  python3 -m pip install -r dev-requirements.txt

Run the tests using the following command

  python3 -m pytest

Developed by Larissa Perinoto, © 2023.

About

Analysis of job data that has been incorporated into a web application using Python


Languages

Language:Python 61.1%Language:Jinja 37.7%Language:Dockerfile 1.1%