Skip to content
This repository has been archived by the owner on Oct 13, 2020. It is now read-only.

Latest commit

 

History

History
27 lines (23 loc) · 738 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 738 Bytes

VeterIn

Created for ShamHacks 2018 by Durian Inc.
Team: Clay McGinnis, Innocent Niyibizi, Jennifer Coleman, Derek Hanger, and Griffin Melson
Received 2nd place, and the team was awarded a prize worth $1,600

Installation

Clone this repository

git clone https://github.com/Durian-Inc/VeterIn

Install dependencies

  • Python 3.X
  • pip3 (python3-pip)
  • virtualenv: pip install virtualenv

Additional installation instructions

  • virtualenv env
  • source env/bin/activate
  • pip3 install -r requirements.txt
  • python3 run.py
  • Navigate to http://localhost:5000/ in your browser

Troubleshooting

Browse and create issues: https://github.com/Durian-Inc/VeterIn/issues

License

License: MIT License