Skip to content

Current Status

Touqir Sajed edited this page Nov 23, 2016 · 2 revisions

Current Status of our App


  • Our App is now hostable on Heroku and for that we needed to modify our server code so that it suites Heroku and thus it shouldnt be working properly if launched locally.

  • Main is the file that starts our server and contains the majority of the server endpoints and the other endpoints are defined in other files which are imported from within this file.

  • Within socialdistribution folder, is our outdated version of the app. So, you can ignore that folder. Whatever is outside of this folder, belongs to the current version

  • Our Server-Server API allows other servers to share data with ours.

Clone this wiki locally