Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 940 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 940 Bytes

UBook

About

UBook is a textbook marketplace website where University of Toronto students can buy and sell used textbooks quickly, easily, and effectively. Created by Team 23 (see below) as the final team project for CSC301H1 in Fall 2018.

Try It!

https://ubook-csc301.herokuapp.com/

Run Locally

$ git clone https://github.com/raymondtruong/ubook.git
$ cd ubook/ubook
$ python3 manage.py migrate
$ python3 manage.py runserver

The website can then be accessed at 127.0.0.1:8000/listings/.

Demo

https://youtu.be/snyF9N0Gi14

Dependencies

  • Python 3.5
  • Django 2.1

Team

  • Christopher Chiu (GitHub: chr-chiu, UTORid: chiuchr9)
  • Brennan Fowler (GitHub: bafowler, UTORid: fowlerbr)
  • Jacob Gigli (GitHub: jacobgigli, UTORid: giglijac)
  • Kory McLean (GitHub: Kory-McLean, UTORid: mcleanko)
  • Raymond Truong (GitHub: raymondtruong, UTORid: truongr6)
  • Thomas Connolly (GitHub: tomcon634, UTORid: connol76)