YURoomie is a dynamic Django website created for York University's annual 2 day hackathon (Steacie Library Hackfest 2018).
The website was created for the purpose of helping students find roommates attending the same school.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Python 3.6
pip
virtualenv (Not necessary but highly recommended)
Django 2.0.2
Pillow (PIL is the Python Imaging Library by Fredrik Lundh and Contributors.)
Open powershell/terminal
Installing virtualenv and setting one up (after you've installed Python with pip in your system environment variables path)
>>> pip install virtualenv
>>> cd virtualenv/desired/location
>>> virtualenv name_of_your_virtual_env
>>> cd name_of_your_virtual_env
for windows: >>> scripts/activate
mac/linux: >>> source bin/activate
>>> pip install django==2.0.2
>>> pip install pillow
>>> git clone https://github.com/michaelroudnitski/yuroomie
>>> cd yuroomie
>>> python manage.py runserver
Now just localhost:8000
in your browser
- Django - The web framework used
- Bootstrap 4 - Frontend library
-
Michael Roudnitski - Project lead and fullstack development
-
Adam Zanon - Backend Development
-
Christian Augustyn - Frontend Development
-
Manpreet Saini - Frontend Development
-
Michael D'errico - Frontend Development
This project is licensed under the MIT License - see the LICENSE.md file for details
- Thanks to York University for hosting an excellent Hackfest2018