Santri Koding - Al Quran API
- Golang
- Gofiber
- Sqlite3
- Clone this repo
- Using terminal/cmd run
cd santri-quran
- Run
go mod download
- Run
go run main.go
- Run
go build
(optional)
- Get a list of surah: http://localhost:3000/api/v1/surah
- Get Ayahs by the number of Surah: https://localhost:3000/surah/{number}
- Search: https://localhost:3000/search?q=Baqarah
You can contribute code by raising a pull request.