You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure that the setup and installation process for the Talawa API, including PostgreSQL integration in a Docker environment, works as expected by following the provided documentation. Identify any gaps, inaccuracies, or areas where instructions could be clearer. Follow each step in the setup documentation carefully, starting from environment setup to running the API with PostgreSQL.
Branch:develop-postgres
Tasks:
Ensure Docker Setup: Confirm that Docker is installed and configured on your machine.
Docker Compose Configuration: Use the docker-compose.yml file to set up PostgreSQL and the Talawa API.
Configure Environment Variables: Adjust Docker environment variables to ensure the API connects to PostgreSQL.
Import Sample Data: Load the sample data into the PostgreSQL instance within Docker.
Run and Verify the API: Start the API container and test that it runs correctly with the imported data.
Acceptance Criteria:
The setup process works as described in the documentation.
The API is running in Docker, sample data is successfully loaded, and endpoints are accessible and responsive.
Attach a short video demonstrating smooth API operation for major endpoints.
Attach a brief summary of findings and recommendations for documentation updates if needed.
The text was updated successfully, but these errors were encountered:
Can I work on this test too? Please provide me some clarification on this one as well. Do I have to write tests for them or create a fully working video with docker setup with updated documentation (if needed).Thank you :)
@pranshugupta54 can u provide more details on it . Is it the updated branch means all endpoint present that were in devlopment branch . And what exact do means upon running the script npm run setup and upon selection of using docker it should automettically build the image and load the sample database and start the server ? need some clarification
Objective:
Ensure that the setup and installation process for the Talawa API, including PostgreSQL integration in a Docker environment, works as expected by following the provided documentation. Identify any gaps, inaccuracies, or areas where instructions could be clearer. Follow each step in the setup documentation carefully, starting from environment setup to running the API with PostgreSQL.
Branch:
develop-postgres
Tasks:
docker-compose.yml
file to set up PostgreSQL and the Talawa API.Acceptance Criteria:
The text was updated successfully, but these errors were encountered: