This is a web Application that is used to display the data and search for data values within the Elanco API
The goal was to give a user the oppurtunity to look up data in the API
Search bar in the data page
Include step-by-step instructions on how to install and set up your Django project locally. This should cover prerequisites, dependencies, and configuration steps. For example:
- Clone the repository:
https://github.com/AustinBwanika/Elanco_data_viewer.git
-
Apply migrations
python3 manage.py migrate
-
Running the Django Project
python3 manage.py runserver