Skip to content

Simple server written in Go. Simple CRUD operations available.

Notifications You must be signed in to change notification settings

kyle12jung/go-simple-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo List Server

A simple Todo List server built with Go, demonstrating basic CRUD operations using an in-memory store. This project serves as an example of how to structure a Go project, handle HTTP requests, and manipulate JSON data.

Features

  • Create new todo items.
  • List all existing todo items.
  • Update existing todo items.
  • Delete todo items.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Go (version 1.13 or later recommended)

Installing and Running

git clone https://github.com/yourusername/go-practice.git
cd go-practice
go mod init go-practice
go run main.go

You should see the following output indicating that the server is running:

Server is running on port 8080

About

Simple server written in Go. Simple CRUD operations available.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages