Quality Assurance for AI
Backend Requirements Frontend Requirements Backend local development Start the stack with Docker Compose: Now you can open your browser and interact with these URLs: Frontend, built with Docker, with routes handled based on the path: http://localhost Backend, JSON based web API based on OpenAPI: http://localhost/api/ Automatic interactive documentation with Swagger UI (from the OpenAPI backend): http://localhost/docs Alternative automatic documentation with ReDoc (from the OpenAPI backend): http://localhost/redoc PGAdmin, PostgreSQL web administration: http://localhost:5050 Note: you can disable (comment) this component in the […]
Read more