Jukify.de is an appliaction to provide jukebox-functionality in a fair and easy way. Using the spotify API the user can create his own playlist and invite his friends to join a session, each providing their own playlist. The playlists are combined and played back in a random order. Jukify is a project that started during university classes, but is still receiving updates occasionally. It was my responsibility to create the frontend for the app.
DemoThis is a project im currently working on. It is supposed to help developers starting a new project by generating most of the server-code for them. To do that, the developer can define the required data models with a drag & drop interface and generate the express.js code afterward. The generated code includes authentication (local or via a authentication provider like Google), a role-based authorization system, database models using Mongoose and of course a REST API using express.js routers.