Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edoardottt/nason-api
Simulating JSON api to store and search nearest drinking fountains.
https://github.com/edoardottt/nason-api
api api-service go golang json json-api mysql mysql-database nason-api server test
Last synced: about 1 month ago
JSON representation
Simulating JSON api to store and search nearest drinking fountains.
- Host: GitHub
- URL: https://github.com/edoardottt/nason-api
- Owner: edoardottt
- Created: 2020-02-20T10:17:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-16T07:16:57.000Z (over 1 year ago)
- Last Synced: 2024-10-01T18:08:21.069Z (about 1 month ago)
- Topics: api, api-service, go, golang, json, json-api, mysql, mysql-database, nason-api, server, test
- Language: Go
- Homepage: https://www.edoardoottavianelli.it
- Size: 69.3 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ⚠️ This was a test. Only bad coding practices here⚠️
Simulating JSON api to store and search nearest drinking fountains.
![golangversion](https://github.com/edoardottt/nason-api/blob/master/images/golang.svg)
Here a typical drinking fountain in Rome
([Nasone](https://en.wikipedia.org/wiki/Nasone))
![Nasone](https://github.com/edoardottt/nason-api/blob/master/images/nasone.JPG)
How to run:
```console
git clone https://github.com/edoardottt/nason-api.git
```
```console
go get
```
```console
go build -o nasonapi
```
```console
./nasonapi
```The file [nason-api-collection.postman_collection.json](https://github.com/edoardottt/nason-api/blob/master/nason-api-collection.postman_collection.json) can be imported in Postman to test the APIs.
--------
[edoardoottavianelli.it](https://www.edoardoottavianelli.it) to contact me.