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: 5 months 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 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-10T09:30:49.000Z (over 1 year ago)
- Last Synced: 2025-07-05T05:03:38.697Z (12 months ago)
- Topics: api, api-service, go, golang, json, json-api, mysql, mysql-database, nason-api, server, test
- Language: Go
- Homepage: https://edoardottt.com/
- Size: 70.3 KB
- Stars: 1
- Watchers: 2
- 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.

Here a typical drinking fountain in Rome
([Nasone](https://en.wikipedia.org/wiki/Nasone))

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.
--------
[edoardottt.com](https://edoardottt.com/) to contact me.