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

https://github.com/irawankilmer/be-company-profile

Rest API Company Profile
https://github.com/irawankilmer/be-company-profile

company-profile go golang golang-examples golang-library golang-package golang-rest golang-rest-api

Last synced: 4 months ago
JSON representation

Rest API Company Profile

Awesome Lists containing this project

README

          

### Buat file .env
- Buat file .env(di root), kemudian copy semua isinya dari .env.example
- Sesuaikan semuanya (nama database dan lain lain)

### Jalankan Swagger
```go
swag init -g cmd/main.go
```

### Jalnkan Program
```go
go run cmd/main.go
```

### Buka Swagger UI
```go
http://localhost:8080/swagger/index.html
```