Skip to content

Hotel Bookings full-stack project built using Go and postgresql is likely a web application that allows users to search for available hotels, view room details, and make reservations. It may include features such as user authentication, and integration with third-party APIs for displaying hotel information and availability.

License

Notifications You must be signed in to change notification settings

raihan2bd/hotel-bookings

Repository files navigation

Hotel Bookings - using Go (golang)

Hotel Bookings project built using Go and postgresql is likely a web application that allows users to search for available hotels, view room details, and make reservations. It may include features such as user authentication, and integration with third-party APIs for displaying hotel information and availability.

Tech Stack

I used Go (golang), PostgreSQL, Bootstrap, Html, Javascript and css to build this project.

Full Stack
  • Go
  • PostgreSQL
  • Bootstrap
  • JAVASCRIPT
  • Html
  • CSS
Dependencies

Demo

Capture Capture2 Capture3 Capture4

💻 Getting Started

  • To get star with this package first of all you have to clone the project ⬇️
https://github.com/raihan2bd/hotel-bookings.git
  • Then Make sure you have install Go (golang) version 1.8.0 or latest stable version.
  • Then make sure you have install PostgreSQL on your local mechine if you want to use this project as localy.
  • To install all the Go packages navigate the folder address on your terminal and enter the below command ⬇️
go mod tidy
  • After downloading the packages you should rename example.database.yml file name to database.yml file and edit database credentials to your own database information. Capture5
  • To setup database tables and columns by onClick install soda cli database migration tool Then run below command ⬇️
soda migrate

Usages

Note: Before enter the below command make sure you are in the right directory.

  • After finishing the avove instructions you can see the project in your local mechine by entering the below command ⬇️
./run.bat

or

go run cmd/web/main.go cmd/web/routes.go cmd/web/middleware.go cmd/web/send-mail.go
  • Then you can see this project live on your browser by this link http://localhost:8080 or your given the port nuber you set for the project.

👥 Author

👤 Abu Raihan

🙏 Acknowledgments

I would like to thatnks Trevor Sawler Who help me a lot learn go with this project.

⭐️ Show your support

Thanks for visiting my repository. Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

Contribution

Your suggestions will be more than appreciated. If you want to suggest anything for this project feel free to do that. 🙂

About

Hotel Bookings full-stack project built using Go and postgresql is likely a web application that allows users to search for available hotels, view room details, and make reservations. It may include features such as user authentication, and integration with third-party APIs for displaying hotel information and availability.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published