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: about 1 year 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T23:12:54.000Z (over 4 years ago)
- Last Synced: 2025-01-08T23:48:25.128Z (over 1 year 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

### Full Landing page

### Contact Us page

### Room Information Page

## 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)