digitatorin / auto-research

Open source services for auto-rickshaws
4 stars 1 forks source link

using Parse as application backend #20

Closed joicemjoseph closed 4 years ago

joicemjoseph commented 8 years ago

Parse is known for its easiness, quickness etc in building applications. The SaaS platform has been discontinued after facebook's acquisition. They had open sourced their platform and we can take advantage of that. with a minor update, we can make use that in our application. It is basically depending on a no sql database. So I think there are geo datatype available.

joicemjoseph commented 8 years ago

https://github.com/ParsePlatform/parse-server

joicemjoseph commented 8 years ago

@arunk , @rashivkp what about this ? https://github.com/swagger-api http://swagger.io/

rashivkp commented 8 years ago

for now, at least for the beginning I prefer to stick to the parts we already familiar with. so, we can think about every new, innovating and better technologies that we are not familiar, in a later stage after the first prototype. what you think ?

joicemjoseph commented 8 years ago

It is a considerable option. Thats why I mentioned that. Almost every MVP are using Parse. It is quit easy. But the problem is more logic come to the android application.