- π Contributors
- π Description
- π Tech Stack
- π§© Architecture Overview
- π± Frontend Documentation
- π Backend Documentation
- Axel Sanchez
- Mariia Podgaietska
- Jayden Mikulcik
- Ryan Lau
- Evan Cherewko
- Alex On
- Rhishik Roy
Roommate task board application. Many roommates living together can add and remove tasks to a shared board. This will help organize chores and tasks within a shared space and increase the quality of life within shared living situations.
- Mobile
- Frontend
- Backend
- Database
- DevOps
Coming soon...
- Open the terminal and clone this repository using HTTPS or SSH (The example below uses SSH).
git clone [email protected]:Axeloooo/ChoreShare.gitcdinto theChoreSharedirectory.
cd ChoreShare- Open a new terminal and from the root directory of the repository,
cdinto thebackenddirectory.
cd backend- Run the following command to start the backend.
docker compose up -d-
Open the browser and navigate to
http://localhost:8761to view the Eureka dashboard. -
Open the browser and navigate to
http://localhost:5050to view the PG4Admin dashboard.
-
Make sure you followed the steps on Running the Backend before proceeding.
-
Open the browser and navigate to
http://localhost:5050to view the PG4Admin dashboard. -
Login with the following credentials:
-
Username:
[email protected] -
Password:
admin
- Click on
Add New Server.
- In the
Generaltab, enter the following information:
- Name:
ChoreShare
- In the
Connectiontab, enter the following information:
-
Host name/address:
postgres -
Port:
5432 -
Maintenance database:
postgres -
Username:
postgres -
Password:
root -
Save password?:
Yes




