Setting Up
Getting Started
Firstly, clone the following repository in order to access the databse:
git clone 'git@github.com:calopessoa/log-quake.git'
Then, move to the project folder...
cd log-quake
This project was parsed using Python. Make sure to use Python if you want to test it. The front-end was made using JavaScript (React). In order to run the tests, it is important to be in a isolated environment, let's use Venv
tip
In case it is necessary, go to Python official download page and select your Operational System(OS): https://www.python.org/downloads/
This guide will presume the user is using a Linux distro
If venv is not installed, run this command: sudo apt install python3-venv
Activate Venv
source .venv/bin/activate
Install testing dependencies
python3 -m pip install pytest