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
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.
Albumin Diet has born to test the capabilities of several technologies. The whole ecosystem is made of the following applications:
- albumin-diet-engine
- Backend
- albumin-diet-portal (this repository)
- Frontend Web
- albumin-diet-mobapp
- Frontend Mobile App
I used this project to test the capabilities of the following technologies:
- Angular
- Typescript
- Redux pattern (using NgRx)
- GitHub Pages
To run this application locally, you need to perform the following steps:
- Clone the repository
git clone https://github.com/gianlucaparadise/albumin-diet-portal && cd albumin-diet-portal
- Install the dependencies
yarn install
- Run the app
yarn start
N.B. You need to run the albumin-diet-engine locally following this guide.