https://github.com/pickhd/sipmas-api
Simply Complaint RESTful API with golang (GIN) Framework
https://github.com/pickhd/sipmas-api
docker-compose gin-framework golang gorm-orm nginx-docker postgresql-database rest-api
Last synced: 3 months ago
JSON representation
Simply Complaint RESTful API with golang (GIN) Framework
- Host: GitHub
- URL: https://github.com/pickhd/sipmas-api
- Owner: PickHD
- License: mit
- Created: 2021-04-05T12:02:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-16T14:18:40.000Z (about 5 years ago)
- Last Synced: 2026-04-11T20:39:05.229Z (3 months ago)
- Topics: docker-compose, gin-framework, golang, gorm-orm, nginx-docker, postgresql-database, rest-api
- Language: Go
- Homepage:
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sipmas-api (Sistem Pengaduan Masyarakat)
## Setup :
- Make sure have **Docker** & **docker-compose** installed in your machines.
- Make a copy ``sample.env`` with name ``.env`` and do your own favor configuration.
- Run ``docker-compose up -d``.
- Wait till finish.
- API Running on ``http://localhost:``
### Notes :
- Still on development process.