AthirsonSilva / hotel-booking-app

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)"


Languages

Language:CSS 56.1%Language:HTML 26.4%Language:SCSS 7.0%Language:Go 6.9%Language:JavaScript 3.5%Language:Dockerfile 0.0%Language:Shell 0.0%Language:Batchfile 0.0%