- Install MySQL, NodeJS and AndroidStudio
- Create the database MOOC in your MySQL instance
- Run "MOOC Backend/db mooc.sql" to create all the necessary tables
- Open server.js and modify the database server credentials to match your instance
- Download all the files mentioned in "MOOC Backend/download.txt"
- Place all the downloaded videos in "MOOC Backend/videos"
- Place all the downloaded pdfs in "MOOC Backend/pdfs"
- Start the nodejs server with "node server.js"
- Start the android app