GithubHelp home page GithubHelp logo

michaelroudnitski / yuroomie Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 3.0 27.03 MB

A Django website to help students find roommates

License: MIT License

Python 9.02% JavaScript 75.13% HTML 15.48% CSS 0.37%
hackfest hackathon django york-university

yuroomie's Introduction

YURoomie

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.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

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.)

Installing

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
Activate your virtualenv
>>> cd name_of_your_virtual_env

for windows: >>> scripts/activate

mac/linux: >>> source bin/activate

Install Django
>>> pip install django==2.0.2
Install Pillow
>>> pip install pillow
Clone the repo into your virtualenv
>>> git clone https://github.com/michaelroudnitski/yuroomie
Now you're ready to run the server and access the website
>>> cd yuroomie
>>> python manage.py runserver

Now just localhost:8000 in your browser

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Thanks to York University for hosting an excellent Hackfest2018

Screenshots

Listing Details Search Results

yuroomie's People

Contributors

adamzed avatar christianaugustyn avatar michaelroudnitski avatar msaini12 avatar scubadivingelements2 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.