Skip to content

Small web service application in Go as an exposed RESTful API to manage simple documents.

Notifications You must be signed in to change notification settings

ZigzagAwaka/Document_WebService_Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Document web service manager

This is a small web service application to manage simple documents.

Written in Go as an exposed RESTful API.

How it works

The program will start a small server from which users can consult the stored documents, add new ones, or remove some.

The server can be comunicated with by consulting the local address on a browser, or by using one of the example commands listed in example-commands.txt in a command prompt window.

Structure

The documents are stored in memory for this simple example service. But this system can be replaced by a database or any other storage solution.

For example, the Service interface can be easily used to generate a struct that will manage documents in a database instead of locally. This can be made by implementing the interface and using the newly created service in the current handler.

About

Small web service application in Go as an exposed RESTful API to manage simple documents.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages