Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 967 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 967 Bytes

Songs For When

Project developed as way to learn Django.

In this web application the users can ask for music suggestions and submit suggestions of their own. Better illustrated with examples.

First of all, you have to login. My rationale to make login required was that it would be easier to control spam in a production environment. You don't have to register in the site, you can just login using your Google account through OAuth2.

alt tag

Ok, so imagine that I'm looking for songs to listen while studying. Ok, I'll ask for that... but ups! Someone already did it before! Cool. Well, let's just ask for songs with some cool drumming.

alt tag

Let's now explore some suggestions done by other users and let's add a suggestion ourselves.

alt tag

You can also search for requests we're interested in.

alt tag