initial project setup with README and ignore

This commit is contained in:
2026-04-08 15:13:42 +05:30
commit 2d5688cb35
47 changed files with 7929 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# 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
```