Winding Tree's Rooms
is an easy to use web application in ReactJS and NodeJS for small hoteliers to manage their inventory and expose it to the Winding Tree marketplace.
It aims at replacing the traditional Pen and Paper approach, but does not provide the depth of features and capabilities of a Channel Manager or Property Management System.
The project is open-source with an MIT license, meaning anyone can copy and use it for commercial usage. We do however appreciate sponsors and pull requests for any exciting features you would like to contribute back!
Hoteliers can navigate to the Rooms user interface to create their hotels:
NOTE: TODO! Currently not working.
Developers willing to integrate with Winding Tree Rooms
can refer to the OpenAPI documentation at:
NOTE: TODO! Currently not working.
The product can be run locally.
The following tools should be installed. Please refer to their documentation:
- git
- node - From v14.x
- npm - From v7.x
Rooms
also rely on a few infrastructure components:
The following steps allow to prepare a local environment:
- Clone the repository and navigate to the
rooms
folder:
git clone https://github.com/windingtree/rooms-ui.git
cd ./rooms-ui
- Install NPM dependencies:
npm install
- Start developing
npm run start
See LICENSE for more details.