Just a test application as a learning tool messing with both golang and the Cobra / viper tool kits.
Simulates an Air B&B type system where you can create and book rooms like any other travle service. Covers most basic functionality including ecryption and hashing where needed. The system assumes a locally hosted Mongodb instance with no security set up.
- add functionality to cancle bookings
- use an authenticated database
- use time based access tokens
- convert to a set of cloud functions or an API
- write a web front end or a new cli that uses said API
- cross compile for mobile, Maybe termux