Skip to content

windingtree/rooms-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Winding Tree Rooms

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!

Usage

Hoteliers can navigate to the Rooms user interface to create their hotels:

NOTE: TODO! Currently not working.

API Documentation

Developers willing to integrate with Winding Tree Rooms can refer to the OpenAPI documentation at:

NOTE: TODO! Currently not working.

Local Development

The product can be run locally.

Pre-requisites

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:

Setting-up a local environment

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

License

See LICENSE for more details.