Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.63 KB

README.md

File metadata and controls

60 lines (39 loc) · 1.63 KB

Albumin Diet Portal

Overview

Albumin Diet is an application that aims to make a music streaming platform (Spotify) less playlist-centric and more album oriented. With Albumin Diet you can:

  • Tag your saved albums with your custom-made tags
  • Browse your saved albums by tag
  • Save an album in your listening-list and listen to them later

Try it

Albumin Diet for Web can be found at the following link: www.albumindiet.tk.

N.B. This is intended to be a POC and is using a free DBaaS with limited storage available. All your data may be lost without warning.

Ecosystem

Albumin Diet has born to test the capabilities of several technologies. The whole ecosystem is made of the following applications:

Tech notes

I used this project to test the capabilities of the following technologies:

  • Angular
  • Typescript
  • Redux pattern (using NgRx)
  • GitHub Pages

Dev notes

To run this application locally, you need to perform the following steps:

  1. Clone the repository
git clone https://github.com/gianlucaparadise/albumin-diet-portal && cd albumin-diet-portal
  1. Install the dependencies
yarn install
  1. Run the app
yarn start

N.B. You need to run the albumin-diet-engine locally following this guide.