Skip to content

stikks/Hotel-registry

Repository files navigation

Hotel Bookings Registry

This is a simple Hotel Bookings management system built on Flask, Bootstrap and AngularJS.

Screenshots

Login screen

hierapolis_login

Register screen

hierapolis_register

Dashboard screen

hierapolis_dashboard

Listings screen

hierapolis_listings

Forms screen

hierapolis_forms

Requirements

flask
flask-restful
flask-marshmallow
flask-swagger
flask-login
flask-wtf
flask-httpauth
requests
google-api-python-client

Usage

To setup the application;

  1. git clone https://github.com/stikks/Hotel-registry.git
  2. cd Hotel-registry
  3. pip install -r requirements.txt
  4. sudo /usr/lib/google-cloud-sdk/bin/dev_appserver.py --port=9999 app.yaml
  5. Navigate to 0.0.0.0:9999 in your web browser.

Bugs and Feedback

If you discover any bugs or want to drop a line, feel free to create an issue on GitHub.

https://github.com/stikks/Hotel-registry/issues

Contributing

Once you've made your great commits:

  1. Fork Template
  2. Create a topic branch - git checkout -b my_branch
  3. Push to your branch - git push origin my_branch
  4. Create a Pull Request from your branch
  5. That's it!

License

Copyright 2017 stikks – information technologies

Releases

No releases published

Packages

No packages published