Basa Gas is a last-mile delivery service for LPG refills, specializing in the underserved 2kg–7kg gas cylinder market in residential estates and urban environments in South Africa. We simplify LPG refills through on-demand collection, refill, and return, leveraging online technology to streamline service and pricing.
# BasaGasTemplate
BasaGasTemplate is a starter project for Basa Gas, a last-mile LPG delivery service. It provides a marketing website and a simple web app to place LPG refill orders. The template uses Express and static HTML files.
## Prerequisites
- Node.js (version 18 or later recommended)
## Installation
```bash
npm install
```
## Running Locally
Start the server:
```bash
npm start
```
- Visit `
localhost` for the marketing website.
- Visit `
localhost` for the web app where you can place a mock order.
- A simple REST API is available at `
localhost` to create and
view orders.
## Testing
Run the Jest test suite:
```bash
npm test
```
This template is open-source under the MIT license.