hupratt / booking

:package: :airplane: Django, booking manager

Home Page:https://booking.craftstudios.shop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Booking web application

Banner

https://booking.craftstudios.shop/

Database UML

Architecture

  • Booking is a django web app with standard static templating running on apache as a web server.
  • Apache proxies requests to the standard WSGI application which invokes the Booking application itself.
  • There is no decoupling of the front end.
  • The continuous delivery pipeline is triggered by a git push to origin by any member that has write access to this repo.
  • The git push triggers a webhook where both github and jenkins are listening on in order to build the jenkins pipeline.
  • Specifications of the Jenkinsfile can be found above.
  • Any push to origin will trigger both webhooks however jenkins will only build the source code located in the "master" branch.

Features

  • Feature 1
  • Feature 2
  • Feature 3

Next steps

Preview

ui-demo

About

:package: :airplane: Django, booking manager

https://booking.craftstudios.shop

License:GNU General Public License v3.0


Languages

Language:Python 100.0%