This app provides a service for DJ's to receive requests from fans (customers) live at their events. NOI mobile application organizes requests into two categories: "General Requests" and "Play Now" requests. Once a DJ accepts the request it is moved into the "Queue" with the highest tip amount shown first. THe DJ plays the request and they select the "Played" option in the queue and the customer is notified that their song is playing.
Starting the app locally Start by installing front and backend dependencies. While in this directory, run the following command:
npm install This should install node modules within the server and the client folder.
After both installations complete, run the following command in your terminal:
npm start Your app should now be running on http://localhost:3000. The Express server should intercept any AJAX requests from the client.
https://noi-mobile-app.herokuapp.com/
Common Development and Distribution License 1.0