Perbaikan Tools, Perbaikan
This commit is contained in:
14
README.md
14
README.md
@@ -1,5 +1,15 @@
|
||||
# 🚀 API Service Guide
|
||||
|
||||
## 📖 Introduction
|
||||
This API service is designed to provide a robust backend for managing products, orders, and user authentication. It integrates with BPJS for health insurance services and offers a comprehensive set of features for developers.
|
||||
|
||||
## 🌟 Features
|
||||
- User authentication with JWT
|
||||
- CRUD operations for products and orders
|
||||
- Integration with BPJS services
|
||||
- Swagger documentation for easy API testing
|
||||
- Docker support for easy deployment
|
||||
|
||||
## 📋 Quick Start (5 Menit)
|
||||
|
||||
### 1. Setup Environment
|
||||
@@ -73,6 +83,8 @@ tools/generate.bat product get post put delete
|
||||
go run tools/generate-handler.go product get post
|
||||
|
||||
go run tools/generate-handler.go order get post put delete stats
|
||||
|
||||
go run tools/generate-bpjs-handler.go reference/peserta get
|
||||
```
|
||||
|
||||
### Method Tersedia
|
||||
@@ -209,5 +221,3 @@ const products = await axios.get('/api/v1/products');
|
||||
|
||||
---
|
||||
**Total waktu setup: 5 menit** | **Generate CRUD: 30 detik** | **Testing: Langsung di Swagger**
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user