- 📝 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 git@github.com: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 -dOpen 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:
pgadmin4@pgadmin.comPassword:
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:
postgresPort:
5432Maintenance database:
postgresUsername:
postgresPassword:
rootSave password?:
Yes




