/workshop-ieee-beats

IEEE Web Development Workshop: Building a Music Streaming Service

Primary LanguageHTMLMIT LicenseMIT

Web Development Workshop: IEEE Beatz

Your music, your way.

IEEE Beatz

Requirements

You'll need a few things to get started.

  1. A laptop with an internet connection.
  2. Something to eat, because learning is best done of a full stomach.

References

Keep these handy. They contain the documentation required to understand how the project works.

Setup and Instructions

Let's get started! Make sure you meet the Requirements above first then continue below.

Go to https://github.com/ieee-utd/ieee-beats/wiki to get started!

Running the App

You'll need two terminal windows to run the app.

  1. Run node app.js inside the api folder.
  2. Run polymer serve --port 8000 inide the ui folder.

Then, go to localhost:8000 in your web browser. You should see a very basic site!

To verify the API is working, go to localhost:5000/api in your web browser.