Welcome to BooKing, a powerful and efficient booking system built with Golang. BooKing is designed to handle your booking needs with simplicity and speed, ensuring a seamless experience for both administrators and users.
- Robust Booking Management: Easily create, update, and manage bookings.
- User-Friendly Interface: Clean and intuitive API for smooth integration.
- Scalable Performance: Built with Golang for high performance and scalability.
- Secure and Reliable: Implements best practices to ensure data security and integrity.
-
Clone the repository:
git clone https://github.com/dmarquinah/boo-king.git cd boo-king
-
Install dependencies:
go mod tidy
-
Set up your database:
Ensure your database is running and update the
.env
file with your database credentials.MONGO_URI=
-
Run the application:
go run cmd/api/main.go
We welcome contributions! Please fork the repository and submit a pull request for any enhancements or bug fixes.
Feel free to reach out if you have any questions or need further assistance.
Happy booking!