Releases: jonathandavidpollock/FireshouseSubs
Releases · jonathandavidpollock/FireshouseSubs
Routes with Dynamic Data via CRUD
Routes are in place and returning dynamic JSON.
Routes with Static Data
This node server outputs static JSON to specific routes. The routes start at /api/v1. For example, if you visit /api/v1/order it should return valid JSON. Next to come is dynamic routes.
Hello World
If you navigate to the route /api/v1, the app will say hello world.