Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 520 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 520 Bytes

ProjetHMIN205

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