-
Notifications
You must be signed in to change notification settings - Fork 0
Routes
Paul edited this page Jan 26, 2018
·
13 revisions
- routes Link to a page that lists your Rails API endpoints and frontend React Router routes. Break these up between HTML and JSON endpoints. Discuss what params, if any, will be needed for each route, and what information will be returned.
Frontend routes
/ - homepage /signup /signin /projects - project list/explore /projects/new - create project /project/:projectId - show project /project/:projectId/edit
API endpoints