An open API service indexing awesome lists of open source software.

https://github.com/benbjohnson/roommate

A conference room scheduling application.
https://github.com/benbjohnson/roommate

Last synced: 9 months ago
JSON representation

A conference room scheduling application.

Awesome Lists containing this project

README

          

Roommate ![Project status](http://img.shields.io/status/experimental.png?color=red)
========

Roommate is an open source conference room reservation system.

## Getting Started

To use roommate, install Go and run:

```sh
$ go get github.com/benbjohnson/roommate/...
```

Now you can run roommate:

```sh
$ roommate
Listening on http://localhost:50000
```

Navigate to [`http://localhost:50000`](http://localhost:50000) and you can
begin using the application.