Skip to content

axent-pl/axdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

axdb

This project was created to train myself in Go.

Starting the server

make run

Usage examples

REST API

  1. PUT data

    curl -H 'Content-Type: application/json' -X PUT -d '{"value":"example value"}' http://localhost:8080/items/example
  2. GET data

    curl -H 'Content-Type: application/json' -X GET http://localhost:8080/items/example
  3. GET data index

    curl -H 'Content-Type: application/json' -X GET http://localhost:8080/items

About

Simple database engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published