Skip to content

jordmax12/go-web-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿš€ Go Web Server Learning Project

A comprehensive web server built in Go to demonstrate core language concepts and web development patterns.

๐Ÿš€ Quick Start

  1. Run the server:

    go run main.go
  2. Visit the application:

๐Ÿงช Testing the API

Get Users

curl http://localhost:8080/api/users

Health Check

curl http://localhost:8080/api/health

Echo Test

curl -X POST http://localhost:8080/api/echo \
  -H "Content-Type: application/json" \
  -d '{"message": "Hello Go!", "test": true}'

Happy learning! ๐ŸŽ‰

About

Simple web server in golang, to teach myself basics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages