Health Facility Locator. Number one healthcare facility locator in Kenya. Find healthcare facilities near you, their main services, capacity and ownership.
QuizForgeArena is organized as a full-stack application with separate frontend and backend projects.
hfl/
│
├── frontend/ # Vue3 + Quasar Framework frontend
├── server/ # Node.js + Express.js + MongoDB
├── README.md
├── LICENSE
└── ...
The frontend directory contains the Vue3 application responsible for the user interface and client-side interactions.
Technologies:
- Vue3
- TypeScript
- Quasar Framework
- API integration
See the frontend README for setup instructions and frontend-specific documentation.
The server directory contains the Node.js and Express.js APIs
Technologies:
- Node.js
- Express.js
- MongoDB
- APIs
See the server README for backend setup instructions and API documentation.
Clone the repository:
git clone https://github.com/gdkimaiyo/hfl.git
cd hflThe frontend and backend are maintained as separate applications. Follow the setup instructions in each directory's README.
cd serverFollow the instructions in server/README.md.
cd frontendFollow the instructions in frontend/README.md.