Woolworths/Coles Collectables Exchange Management System Project
Collectibles campaigns run by retail giants like Woolworths and Coles have gained immense popularity, attracting customers to collect and trade items to complete a set. A Collectables Exchange Management System is introduced to help with the exchange of collectibles among customers.
- Bud "Shenen" Truong
- Christian "Cilly" Nguyen
- Edward "Eddy" Nguyen-Do
- Kangbo "Evan" Yin
- Zilong "William" Zhu
To run the backend, run the following commands:
cd backend
./build.sh
./run.sh
You can access the API documentation at:
Note, remember to add executable permission to the script files: chmod +x build.sh run.sh entrypoint.sh
To run the frontend, run the following commands:
cd frontend
npm install
npm run dev
You can access the site at:

