Skip to content

Web App w/ Python. Project Job Insights (Module Computer Science - Trybe)

Notifications You must be signed in to change notification settings

itscacauinpt/python-job-insights

Repository files navigation

logo jest

💻 Project Job Insights

Status: Finished - Dec/2022 ✔️ ⚠️

Last Updated: Fixing Flask App Issues - March/2023 ✅

implementing and testing a pyhton web app | app developed by Trybe:grey_exclamation:

This project was developed independently as part of my coursework at Trybe. Its goal was to develop an implementation for data analytics using a job dataset, utilizing Flask and testing methodologies with Pytest. The final implementation includes comprehensive data analysis capabilities.

💻 Habilities

  • Use Python's interactive terminal.

  • Use conditional and repeating structures.

  • Use built-in Python functions.

  • Use exception handling.

  • Perform file manipulation.

  • Write functions.

  • Write tests with Pytest.

  • Write your own modules and import them into other code.

💻 Running Locally

You'll need to have installed Node.js - Python3 ⚠️ locally (in your machine) to run the application.

Verify all dependencies and libraries to ensure smooth functioning of the application before running the following commands in your terminal

  • Clone this repository: git clone [email protected]:itscacauinpt/python-job-insights.git

  • Enter the project dir: cd python-job-insights

  • Creating a activating a Python Virtual Environment: python3 -m venv .venv && source .venv/bin/activate

  • Install the dependencies: python3 -m pip install -r dev-requirements.txt

  • Use python -m flask run to run the app

  • Use python3 -m pytest to run the tests

💻 Layout Pages


Copyright ©️ Trybe 2022 - Project Job Insights
Performed according to the guidelines of the Trybe's Code of Conduct and Student Person Handbook.

About

Web App w/ Python. Project Job Insights (Module Computer Science - Trybe)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages