Skip to content

Commit 68f79e4

Browse files
Merge pull request #2 from freelancerwebro/feature/update_readme
Update readme
2 parents 64f1f2a + 5bf4a08 commit 68f79e4

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,28 @@ git clone git@github.com:freelancerwebro/bands-service.git
3333
./deploy.sh
3434
```
3535

36-
## ✅ Running Tests:
36+
## ✅ Running Tests
3737
```
3838
composer test
3939
```
4040

41-
## 📂 API Endpoints:
41+
## ✅ Running code quality tools
42+
```
43+
composer cs
44+
```
45+
46+
## 📂 API Endpoints
4247
```
4348
- POST `/import`: Import bands from an Excel/CSV file
4449
- GET `/band`: List all bands
4550
- GET `/band/{id}`: Retrieve a single band
4651
- POST `/band`: Add a new band
4752
- PUT `/band/{id}`: Update an existing band
4853
- 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
4960
```

0 commit comments

Comments
 (0)