Lock-Ad v3 is a full-stack cautious navigation platform for the Philippines. It combines route previews with safety-related context such as lighting, public infrastructure, reports, weather, and available public datasets.
Full documentation now lives in docs/.
Start here:
Backend:
cd backend
source venv/bin/activate
pip install -r requirements.txt
python3 manage.py migrate
python3 manage.py runserverFrontend:
cd frontend
npm install
npm run devUse:
Frontend: http://localhost:5173
Backend: http://127.0.0.1:8000