routes - edmundho/TRACER GitHub Wiki
/login
/signup
-
/dashboard
- activity/routes feed homepage
-
/routes
- user's past routes
-
/routes/new
- new route/activity
-
/routebuilder
- route builder
-
/routes/:id
- route show
-
GET /api/users/:id
- fetches user profile/show data
-
POST /api/users
- posts new user to database
-
GET /api/routes
- fetches all routes
-
POST /api/routes
- posts new routes to database
-
POST /api/:route_id/photos
- posts new photo to database
comments
-
POST /api/:route_id/comments
- posts new comment to database
⚠️ **GitHub.com Fallback** ⚠️