Optimize-The-Drive / optimize-the-drive

0 stars 0 forks source link

Optimize The Drive

Nathan Dunn and Jacob Poling

Development Setup

Note: It's recommend to use an Enterprise Linux distrubtion for the development of this application. Currently we are using Rocky Linux 9.

Its really that easy! You can start developing right away.

Linting

To run the lint, ensure you have installed the virtual environment setup.

Running Tests

Running the tests is very simple. A separate docker configuration is included for running them:

./tests [--build] --run

Creating and Running Migrations

Accessing the Test Database

    # Drop into the DB container
    docker exec -it otd-db bash

    # Access the Postgres DB
    psql -d otd-dev -U otd