Skip to content
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.

jimmyjamesbaldwin/radar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RADAR

Room Availability Detection and Reconnaissance.
A room availability display for BU Computing.

Intro

A simple web app which shows which rooms in Poole house aren't currently in use. Frontend created by drawing SVG's, backend created with Flask/SQLAlchemy.

Basic Usage

A python script 'manage.py' in the root of the repo is used to control the application. It can be used to start/stop the web server, create the database, populate data, etc.

To get started, start a terminal and 'cd' into the correct directory, then run:

python ./manage.py

The app may prompt to install dependencies, which can be done with the following command:

sudo app/deploy/install.sh

Executing manage.py will show a list of options. To start the web server type:

python ./manage.py runserver

...and it will start on 127.0.0.1:5000.

Requirements

The app should run on any machine with Python 2.7. The dependency install script (app/deploy/install.sh) should handle everything. Python 3 support is detailed in issue 1

Contributors

Contributers are welcome. Feel free to make a pull request, although ensure any changes are sustainable for future use of the application without major user interaction.

Authors

Frontend Dev: David Bain web
Backend Dev: Jimmy web

About

A room availability display for BU Computing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published