Skip to content

Booking app built in Golang that supports concurrency through which you can understand concept of concurrency in Golang

Notifications You must be signed in to change notification settings

EuclidStellar/booking_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Concurrent Booking App in Golang

## Overview

This Golang-based Booking app demonstrates the concept of concurrency. It allows users to book various services concurrently,
 showcasing the power and efficiency of Go's concurrency features.

## Features

- **Concurrent Booking:**
  - Users can book services concurrently without blocking operations.

- **Service Options:**
  - The app provides various services that users can book simultaneously.

## How It Works

The app utilizes Golang's goroutines and channels to achieve concurrency.
Each booking request is processed concurrently, allowing for efficient handling of
multiple requests simultaneously.

## Getting Started

### Prerequisites

1. Make sure you have Golang installed. If not,
follow the instructions on the [Golang website](https://golang.org/doc/install).

Installation

  1. Clone the repository:

    git clone https://github.com/EuclidStellar/booking_app/
  2. Navigate to the project folder:

    cd booking_app
  3. Run the app:

    go run main.go

Usage

  1. Access the app through your preferred web browser.
  2. Explore the available services.
  3. Simultaneously book multiple services to observe concurrent processing.

Concurrency in Golang

The app's source code is structured to highlight Golang's concurrency features, including goroutines and channels. Refer to the source code for an in-depth understanding of how concurrency is implemented.

Contribution

Contributions are welcome! Here's how you can contribute:

  1. Fork the repository.
  2. Create a new branch for your feature: git checkout -b feature-name
  3. Commit your changes: git commit -m 'Add new feature'
  4. Push to the branch: git push origin feature-name
  5. Open a pull request.

Please make sure to follow the code of conduct and contribution guidelines.

Acknowledgments

  • Golang - The Go Programming Language.

License

This project is licensed under the MIT License.

Author


Explore the power of concurrency in Golang with this Booking App!

 Customize the content based on your app's specifics.

About

Booking app built in Golang that supports concurrency through which you can understand concept of concurrency in Golang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages