Skip to content
Giovanni Colonna edited this page Mar 24, 2015 · 6 revisions

##PRIMETIME4U Server Welcome to the PRIMETIME4U Server wiki!

PRIMETIME4U project is Android based, so for a more detailed wiki, we incourage you to read the wiki on client repository:

Client Repository

  • The server app, hosted on Google Appengine, basically has a function of daily scraper (of movies) and manages a database which contains Movies, Artists and Users. It aims to send to the client Android app some Movie suggestions based on User's tastes which are recorded on Server side during the use of PRIMETIME4U, by doing a simple user profiling.

  • We have set our project description into README of our server/client repos, including links to our presentations and, as an extra, a free simple web API (in our server README) to read movie schedules for every evening.

  • We have our feature list roadmap implemented as group of issues on the GitHub Issue page of each repository (server and client)

###Technical usage

  • This repository is the backend of Android application, main usage is done through api.py module which is the interface between client and server.
Clone this wiki locally