This is the python version of this repository built with laravel framework for PHP
To install and get this application running on your local machine follow the instructions below.
Requirements 🪛:
Clone the application
git clone https://github.com/JuliRash/mpharma-th-python.git
Navigate to the directory
cd mpharma-th-python
Create .env file from .env.example
cp .env.example .env
Build Appliccation ⚙️:
docker-compose up
Testing make sure you have built the application
docker-compose run django python manage.py test