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

https://github.com/rianihsan/belajar-echo

Belajar echo dengan studi kasus CRUD Books
https://github.com/rianihsan/belajar-echo

Last synced: about 2 months ago
JSON representation

Belajar echo dengan studi kasus CRUD Books

Awesome Lists containing this project

README

        

## Belajar echo dengan studi kasus CRUD Books
Belajar membuat RESTful API dengan menggunakan **Echo** sebagai framework, **GORM** sebagai ORM nya dan, **Postgres** sebagai databasenya.
> **Saran:** Gunakan **Reflex** untuk auto compile ketika membuat sebuah perubahan pada kode.
> - Install Reflex
> `` go install github.com/cespare/reflex@latest ``
> - Lalu jalankan perintah
> ``reflex -r '\.go$' -s -- sh -c 'go run server.go' ``