abdullahtopall / go-web-service

High-performance concurrent web service in Go, featuring data processing, database persistence, and security measures.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Web Service

This repo contains a simple web service example written in Go.

Beginning

These instructions will help you to run and develop the project on your local machine.

Requirements

The following software must be installed to run this project:

  • Go

Installation

  1. Clone the repo:

    git clone https://github.com/abdullahtopall/go-web-service.git
  2. Go to the project directory:

    cd go-web-service
  3. Install dependencies:

    go mod tidy
  4. Start the application:

    go run main.go
  5. Go to http://localhost:3000 in your browser and view the app.

About

High-performance concurrent web service in Go, featuring data processing, database persistence, and security measures.


Languages

Language:Go 100.0%