Pull Reqwest Sprint 1 #3

Merged
nspackman merged 8 commits from backend into main 2025-11-20 12:05:25 -08:00
9 changed files with 6 additions and 0 deletions
Showing only changes of commit 0e8f43f686 - Show all commits

1
app.js Normal file
View File

@@ -0,0 +1 @@
//builds

0
scripts/validateData.js Normal file
View File

0
src/dal/data/routes.json Normal file
View File

View File

View File

0
src/dal/staticDal.js Normal file
View File

3
src/routes/routes.js Normal file
View File

@@ -0,0 +1,3 @@
// - /api/v0/routes
// - /api/v0/route/:id
// - /api/v0/stops/:id

1
src/routes/vehicles.js Normal file
View File

@@ -0,0 +1 @@
// - /api/v0/vehicles/:id

1
start.js Normal file
View File

@@ -0,0 +1 @@
//Starts