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 without docker, 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:
Install PostgreSQL: Install and setup PostgreSQL on your local machine.
Configure Database: Update environment variables in the Talawa project to connect to your PostgreSQL instance.
Import Sample Data: Import the sample data into the database to test functionality.
Run the API: Start the Talawa API and verify that it connects successfully to PostgreSQL.
Test Endpoints: Access key endpoints to ensure they are running as expected.
Acceptance Criteria:
The setup process works as described in the documentation.
The API runs without errors, sample data is loaded, and key endpoints return expected responses.
Attach a short video demonstrating that the API runs smoothly, showcasing 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:
Hey @pranshugupta54. Can I work on this issue? I need a bit more clarification. Do I have to write tests for them or just have to test endpoints with following instructions and make a proof of test video that shows everything is working fine?
Objective:
Ensure that the setup and installation process for the Talawa API, including PostgreSQL integration without docker, 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:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: