This README provides instructions on how to access the API documentation for this project. The API documentation is powered by Swagger UI and is available on your local development server.
- Git
- Node.js (version 14 or later recommended)
- npm (comes with Node.js)
- Clone the repository:
bashgit clone https://github.com/galacticpolymath/gp-frontend cd gp-frontend
- Install dependencies:
bashnpm install
- Start the development server:
bashnpm run start
For the online version: https://gp-yauu.readme.io/reference/
Once your local development server is running, you can access the API documentation by following these steps:
- Open your web browser.
- Navigate to: http://localhost:3000/api/docs
This will open the Swagger UI interface, where you can explore and interact with the API endpoints.## Features of the API Documentation
- Interactive API exploration
- Detailed information about each endpoint, including:* HTTP methods
- Request parameters
- Response schemas
- Example requests and responses
- Try-it-out functionality to test API calls directly from the browser
If you encounter any issues:
- Ensure your development server is running.
- Check that you're using the correct port (default is 3000).
- Clear your browser cache or try in an incognito/private window.
For any further assistance, please open an issue in the GitHub repository.