Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.