Skip to content

ricpet/rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Simple REST API in Go

This is a simple application written in Go that exposes RESTful API.

The application is exposed on localhost:8080.

Run the application

You can run the application by using:

go run .

Build

To build the application you can use the go tool:

go build app.go

The command builds an executable named app in the current directory alongside the source code. You can execut it by running:

./app

About

Simple application written in Go that exposes RESTful API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages