Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/motnip/simple-dictionary
- Owner: motnip
- Created: 2021-12-03T10:19:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-06T12:49:49.000Z (about 3 years ago)
- Last Synced: 2024-08-03T23:29:47.528Z (4 months ago)
- Topics: api-rest, go, golang, golang-application, golang-examples, google-maps-api
- Language: Go
- Homepage:
- Size: 6.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-golang-repositories - simple-dictionary
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 dictionaryThat is a "live" project; it is continuously under development. I'll add other API and features.
Good learning