/TicketBookingApplication

Simple Ticket Booking CLI Application to learn the basics of GO.

Primary LanguageGo

Ticket Booking Application using GO!

In this project I learnt about one of the youngest programming languages that is becoming more and more popular in the cloud engineering world, which is Go or also commonly known as Golang.
This project is a very simple CLI application to learn the basics of Go.

Get started 👋

  1. Download the correct version of GO from here

  2. Install GO and setup PATH variable

  3. Open Command Prompt/Terminal and make a new folder: mkdir [app-name] and change directory and open in IDE.

    Setup code . if haven't already 😁

  4. Clone the Repository from here using git clone https://github.com/vedantpople4/TicketBookingApplication.git

  5. Run the files using go run .


Fork and Contribute to this project 😄
Star this repository to support me ⭐