/app-team10

Human-Computer Interaction, Team 10

Primary LanguageCSS

App

Meteor project for our song recommendation app.

Directory Structure

#####./builds Contains built versions of the app. In our case, this would be an android studio project.

#####./client All code that runs on the user-facing side.

#####./docs Documentation for the project.

#####./public Assets like images and videos belong here.

#####./server All code that runs on the server. Stuff like database connections, user authentication, recommendation engine, etc.