Freewave - Because music deserves to be free | A simple ad-free music streaming application with the familiarity of Spotify UI
Django, PostgreSQL, HTML, CSS, JS
Built as part of Internet technologies lab mini-project submission.
cd Music-streaming-app
pip install -r requirements.txt && python3 manage.py runserver
- Enjoy!
- Login page

- Homepage

- Liked Songs (you can 'like' any song by clicking the ❤️ icon and save it in this category)


- Search functionality where you can listen to any song ad-free

Deployed using Railway (free tier scrapped, sad)
Update: 10/8/23
-
Deployed using fly.io
-
Switched from sqlite3 to Postgres
-
Database now hosted at neon.tech
-
Sample user details (if you don't want to sign up):
- username: Udeet
- password: 1234
Lastly, give the repo a star if you fancy it.