This project was developed by a team of four students as a class project for CS3450, Introduction to Software Engineering, at Utah State University. The code was developed over the Fall 2019 semester and provides a platform for a small-scale local auction, both live and silent. The platform runs over a local networt.
Dependencies
- python (version 3.7 or greater)
- pipenv
After cloning the repository, run the following commands in the root-level directory of the repository:
- pipenv install
- pipenv shell
- python manage.py runserver [port number]
- Django version 2.2
- SQLLite (default database for Django)
- HTML5 and Javascript
- uses Django's built in test framework; all tests are in auction_app/test.py
- test with "python manage.py test"