/booking_app

A simple cli application built with Go

Primary LanguageGo

BASICS OF GOLANG

Tutorial: Golang Tutorial for Beginners | Full Go Course by TechWorld with Nana

Go Docs: Documentation

How to run locally

  • Download this repo or run:
    $ git clone git@github.com:kayprogrammer/booking_app.git

In any terminal

  • Install Go
    $ sudo apt install golang

In the root directory:

  • Build and run server
    $ go run main.go

OR

    $ go run .