Note: Please do NOT move this issue to the In Progress or Done column of the project tracker. Let it stay in "To-do" for others to complete it. When you are done, feel free to remove your name from the assignees.
Check out documents like Architecture, references, or any other doc you are interested in here. https://github.com/saayam-for-all/docs/wiki References doc also contain YouTube video links related to various technologies we use.
Share your github id with the HR team to get the access to contribute to the repo and assigning tasks.
Download code from volunteer in GitHub.
https://github.com/saayam-for-all/volunteer
Deploy it in local and understand the code.
Here’s the setup process for running the Volunteer project locally:
✅ Basic Setup
Download and install IntelliJ IDEA (or any IDE of your choice)
Make sure you have JDK 17 installed and set as your runtime
Clone the repository and switch to the test branch
Open the project in your IDE and let Maven resolve the dependencies
🔑 Config File
After the initial setup, request the application.properties file in the volunteer group or any group member
Once received, add it to:
src/main/resources/
🏃♀️➡️ Now run the application
🗄️ PostgreSQL Setup
Download and install PostgreSQL and pgAdmin
In pgAdmin:
Create a new server
Use the datasource url, usernmae and password that are in the application.properties to connect locally.
Then check Project Tracker under Projects link on the top bar of Volunteer repo. Look for open issues/tasks here in 'ToDo' section and assign one to yourself.
Note: Please do NOT move this issue to the In Progress or Done column of the project tracker. Let it stay in "To-do" for others to complete it. When you are done, feel free to remove your name from the assignees.
Check out documents like Architecture, references, or any other doc you are interested in here. https://github.com/saayam-for-all/docs/wiki References doc also contain YouTube video links related to various technologies we use.
Share your github id with the HR team to get the access to contribute to the repo and assigning tasks.
Download code from volunteer in GitHub.
https://github.com/saayam-for-all/volunteer
Deploy it in local and understand the code.
Here’s the setup process for running the Volunteer project locally:
✅ Basic Setup
Download and install IntelliJ IDEA (or any IDE of your choice)
Make sure you have JDK 17 installed and set as your runtime
Clone the repository and switch to the test branch
Open the project in your IDE and let Maven resolve the dependencies
🔑 Config File
After the initial setup, request the application.properties file in the volunteer group or any group member
Once received, add it to:
src/main/resources/
🏃♀️➡️ Now run the application
🗄️ PostgreSQL Setup
Download and install PostgreSQL and pgAdmin
In pgAdmin:
Create a new server
Use the datasource url, usernmae and password that are in the application.properties to connect locally.
Then check Project Tracker under Projects link on the top bar of Volunteer repo. Look for open issues/tasks here in 'ToDo' section and assign one to yourself.