Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/motnip/simple-dictionary

This is a simple Golang project I used to play around with Go. The project aims to be an online dictionary.
https://github.com/motnip/simple-dictionary

api-rest go golang golang-application golang-examples google-maps-api

Last synced: 29 days ago
JSON representation

This is a simple Golang project I used to play around with Go. The project aims to be an online dictionary.

Awesome Lists containing this project

README

        

This is a simple Golang project I used to play around with Go.
The project aims to be an online dictionary. There is a set of RestFul APIs to:
- add a new dictionary with a name
- add a word to the given dictionary
- list all the words in that dictionary

That is a "live" project; it is continuously under development. I'll add other API and features.

Good learning