Description
This project was a music website developed using Flask, a framework for Python, combined with web technologies such as HTML, CSS and JavaScript. The website allows users to view and manage artists, albums, and playlists, which users can add, edit, and delete freely, in order to create their own library. The data is stored in a SQLite database thanks to SQLAlchemy.
In addition to music data management, the site integrates Spotify’s public API to allow users to listen to albums directly from the site.
The “Musical’IT” project combines content management features with API integration, providing an interactive and dynamic website for music lovers. It was a very interesting project to learn how to use Flask, a very important framework for web development.
Technology used
- Flask
- Python
- HTML
- CSS
- JavaScript
- SQLite