Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mikebionic/country-api

Golang Gin Countries and Cities locale api, easy configurable and ready to deploy!
https://github.com/mikebionic/country-api

city country gin go golang information location

Last synced: about 1 month ago
JSON representation

Golang Gin Countries and Cities locale api, easy configurable and ready to deploy!

Awesome Lists containing this project

README

        

# countryApi

App is only dedicated to server country and city information to use in other applications, it uses separate db and standalone.

Put this repo folder in:
**~/country_backend/countryApi**

Update the app (need to have github access keys):
```bash
bash ~/country_backend/countryApi/scripts/update_country.sh
```

```bash
make db
make dev
```

To build application:

```bash
make build
```