mobile App and web server
Posted: Wed Mar 18, 2015 7:11 pm
I want to start a project with bellow specs with my web server.(Dedicated Server)
On the server side
The comments and the rating will be not displayed on the public.
1:) Photo
A photo uploaded to the server
2:)comments
the users post a comment for a specific photo.
3:) Rate
The user can Rate the photo.(like 1 star to 5)
What i have until now.
My app that have all the info from sqlite file
columns for rating,comment.
One extra column for the picture info.(here is a small problem if is better to make blob or to store the path for the photo?)
My question is better to do with LC Server? (first time i will use it) Or can be done more simple ?
Can anyone provide some info where i start and how?
Thank you
On the server side
The comments and the rating will be not displayed on the public.
1:) Photo
A photo uploaded to the server
2:)comments
the users post a comment for a specific photo.
3:) Rate
The user can Rate the photo.(like 1 star to 5)
What i have until now.
My app that have all the info from sqlite file
columns for rating,comment.
One extra column for the picture info.(here is a small problem if is better to make blob or to store the path for the photo?)
My question is better to do with LC Server? (first time i will use it) Or can be done more simple ?
Can anyone provide some info where i start and how?
Thank you