Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/mikebionic/country-api
- Owner: mikebionic
- Created: 2024-11-19T18:11:26.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-19T19:46:33.000Z (about 1 month ago)
- Last Synced: 2024-11-19T19:49:45.113Z (about 1 month ago)
- Topics: city, country, gin, go, golang, information, location
- Language: Go
- Homepage:
- Size: 3.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```