PG WALA is a role-based food and grocery delivery web application. Customers can place orders, Admin manages orders and delivery partners, and Delivery partners accept and complete deliveries.
- HTML
- CSS
- JavaScript (ES6 Modules)
- Firebase Authentication
- Firebase Realtime Database
pgwala/ ├── admin/ ├── customer/ ├── delivery/ ├── common/ ├── config/ └── index.html
- Clone or download this repository.
- Create a file named config/firebase-config.js.
- Add your Firebase project keys in that file.
- Open index.html in a browser.
firebase-config.example.js contains dummy Firebase keys for reference.
firebase-config.js contains real Firebase keys and is ignored by git.
Do not upload real Firebase keys to GitHub.
Customer
Admin
Delivery Partner
This project is created for learning and demonstration purposes.