Important
The site is now live here!
Providing fast, verifiable access to parliamentary statements, ministerial releases, and government communications with timeline views, cross-verification, and source-attributed answers.
Made for the MinLaw 2 problem statement for the SMU LIT Hackathon 2025.
|
Gabriel Ong |
Tan Le Xuan |
Astin Tay |
Richard Lei |
Kevan Wee |
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt && cd backend && python3 app.py
npm install && npm run dev