Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/captv89/bnb-booking
A webapp for making reservations in a BnB. This project also includes Admin backend.
https://github.com/captv89/bnb-booking
Last synced: 4 days ago
JSON representation
A webapp for making reservations in a BnB. This project also includes Admin backend.
- Host: GitHub
- URL: https://github.com/captv89/bnb-booking
- Owner: captv89
- License: mit
- Created: 2022-01-18T21:25:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T23:12:54.000Z (over 2 years ago)
- Last Synced: 2024-06-21T19:10:09.940Z (5 months ago)
- Language: Go
- Size: 20.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bread and Breakfast Booking Website
A simple web app for making allowing users to make reservations in a B'n'B (Bread and Breakfast). It includes a web app backend for admin and reservation management.
## Screenshots
### Visible Landing page
![screenshot of landing page with visible area](https://i.ibb.co/MSLYKJN/Fire-Shot-Capture-009-B8-B-Home-localhost.png)### Full Landing page
![screenshot of landing page full screen](https://i.ibb.co/fG1Y3H8/Fire-Shot-Capture-008-B8-B-Home-localhost.png)### Contact Us page
![screenshot of contact us page](https://i.ibb.co/xfCkWGB/Fire-Shot-Capture-011-B8-B-Contact-Us-localhost.png)### Room Information Page
![screenshot of hotel room pictures with description](https://i.ibb.co/tz5p9jQ/Fire-Shot-Capture-012-B8-B-Cottage-Malabar-localhost.png)
## Full Stack with GoLang ;)
This is my first attempt to build a full stack web app with GoLang. I used the following technologies:
[To Update]### Packages used:
- [chi](github.com/go-chi/chi)
- [scs](github.com/alexedwards/scs/v2)
- [nosurf](github.com/justinas/nosurf)