Bookings Website Project

  • Built in Go version

Implemented Functions

  • Make Reservation
  • Search Availability
  • Sending mail for notification
  • Authentication
  • Secure back end Administration

Dependencies


How to run this website on your own server

  1. clone project
$ git clone https://github.com/gummy789j/bookings_golang_website

  1. build
$ go build -o bookings cmd/web/*.go

  1. migrate Postgresql (you have to add soda as your enviromental parameters)
$ soda migrate

  1. run
$ ./run.sh

P.S. Still writing test..