Skip to content

Releases: jonathandavidpollock/FireshouseSubs

Routes with Dynamic Data via CRUD

05 Sep 19:58
Compare
Choose a tag to compare

Routes are in place and returning dynamic JSON.

Routes with Static Data

05 Sep 14:11
Compare
Choose a tag to compare

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

02 Sep 20:23
Compare
Choose a tag to compare
Hello World Pre-release
Pre-release

If you navigate to the route /api/v1, the app will say hello world.