16 lines
220 B
Markdown
16 lines
220 B
Markdown
# Route Rider API
|
|
|
|
Centralized Routing Engine for Rider Assignments.
|
|
|
|
## Setup
|
|
|
|
1. Install dependencies:
|
|
```bash
|
|
pip install -r requirements.txt
|
|
```
|
|
|
|
2. Run the application:
|
|
```bash
|
|
python start.py
|
|
```
|