Categorygithub.com/AthirsonSilva/golang-net-http-restapi
module
0.0.0-20240212194147-30914e9c53fe
Repository: https://github.com/athirsonsilva/golang-net-http-restapi.git
Documentation: pkg.go.dev

# README

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

# Packages

No description provided by the author