First online travel agency build on top of the latude network. Users will be able to book their trip within their desired property using crypto or fiat as a payment.
Any contributions are welcome!
git clone https://github.com/lerer00/latude-booking-platform.git
npm install
First to run locally you'll need a hub to run. This is an express API build on nodejs that is listening the ethereum blockchain for events. Here's the repo: latude-hub.
npm start