Skip to content

Web Application written with vanilla Golang along with the standard net/http library for the Course "Building Modern Web Applications with Go (Golang)"

Notifications You must be signed in to change notification settings

AthirsonSilva/hotel-booking-app

Repository files navigation

Golang net/http WebApplication

Introduction

This repository contains source code written in vanilla Golang using the standard library net/http package. The sole purpose of this project is to get started with these two technologies.

The project developed in this repository is a hotel/ travel booking system, where the user can authenticate themselves and start booking a hotel room.

Tools and Technologies

Disclaimer: you will need to have these tools installed on your machine to run the application.

Run the application

Clone the repository:

git clone https://github.com/AthirsonSilva/golang-net-http-webapp

Navigate to the application root directory:

cd golang-net-http-webapp

Run the application on Linux or MacOS:

chmod +x ./run.sh
./run.sh

Run the application on Windows:

./run.bat

About

Web Application written with vanilla Golang along with the standard net/http library for the Course "Building Modern Web Applications with Go (Golang)"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published