docs: Add API documentation access instructions to README
Updated the README.md file to include instructions on how to access the interactive API documentation via Swagger UI, including the URL.
This commit is contained in:
@@ -31,6 +31,14 @@ A step by step series of examples that tell you how to get a development env run
|
||||
npm start
|
||||
```
|
||||
|
||||
### API Documentation
|
||||
|
||||
Once the server is running, you can access the interactive API documentation powered by Swagger UI at:
|
||||
|
||||
`http://localhost:3000/api-docs`
|
||||
|
||||
This page allows you to view all available endpoints, their parameters, and test them directly from your browser.
|
||||
|
||||
## API Endpoints
|
||||
|
||||
The API is divided into several sections based on functionality. Most routes under `/user`, `/post`, `/bible`, and `/songs` require authentication via a session cookie.
|
||||
|
||||
Reference in New Issue
Block a user