charwking / movie-club

A web app for running a work movie club
MIT License
3 stars 5 forks source link

Make propertiesApi act as non-firebase api #138

Closed charwking closed 9 years ago

charwking commented 9 years ago

As #34 states, I'd like to replace Firebase with a custom node.js backend. To pave the way for that, I'm going to try and start making the api services act as though they are not talking to firebase. This means returning and accepting data that looks like it's coming from a non-firebase source.

The propertiesApi is an easy first start since it only has a single request method.