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

https://github.com/hashrocket/hr_hotels

Example database for hotels.
https://github.com/hashrocket/hr_hotels

Last synced: about 1 year ago
JSON representation

Example database for hotels.

Awesome Lists containing this project

README

          

# hr_hotels

> Example database for hotels

## Setup

```bash
$ createdb hr_hotels
$ psql hr_hotels -f hotels.sql
```