We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64f1f2a + 5bf4a08 commit 68f79e4Copy full SHA for 68f79e4
README.md
@@ -33,17 +33,28 @@ git clone git@github.com:freelancerwebro/bands-service.git
33
./deploy.sh
34
```
35
36
-## ✅ Running Tests:
+## ✅ Running Tests
37
38
composer test
39
40
41
-## 📂 API Endpoints:
+## ✅ Running code quality tools
42
+```
43
+composer cs
44
45
+
46
+## 📂 API Endpoints
47
48
- POST `/import`: Import bands from an Excel/CSV file
49
- GET `/band`: List all bands
50
- GET `/band/{id}`: Retrieve a single band
51
- POST `/band`: Add a new band
52
- PUT `/band/{id}`: Update an existing band
53
- DELETE `/band/{id}`: Delete a band
54
55
56
+## 📖 API Documentation
57
+To explore the Swagger documentation, visit the following URL:
58
59
+http://localhost:8079
60
0 commit comments