Skip to content

Latest commit

 

History

History
74 lines (49 loc) · 1.33 KB

README.md

File metadata and controls

74 lines (49 loc) · 1.33 KB

UL-CodeIn24

Second annual Hackathon organised by University of Lorraine which hosted several teams composed of 5 students from Associates Degrees to Masters Degrees.

Subject

24 hours to create a collaborative music web application using some Music API's (eg: an online Jukebox)


Built With

  • AngularJS
  • Slim PHP
  • Eloquent ORM
  • Webpack
  • Jamendo Music API
  • Electron
  • Apache Cordova

Getting Started

Instructions for getting a copy of the project and running it on your local machine.

Install the Server application

$ cd Server/ 
$ composer install

Import bootstrap/hackathon.sql into your DBMS

Install the Client application

$ cd Client/
$ bower install
$ npm install

Run development server

$ npm run dev

Open a browser on URL http://localhost:4000/

Build for production

$ npm run build

Electron

$ npm run build
$ npm run electron

Contributors

Check our team & original project