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.
- Host: GitHub
- URL: https://github.com/benbjohnson/roommate
- Owner: benbjohnson
- Created: 2014-07-09T17:01:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-09T17:05:03.000Z (over 11 years ago)
- Last Synced: 2025-04-02T21:05:50.022Z (9 months ago)
- Language: Go
- Size: 145 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Roommate 
========
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.