Skip to content

Faruqt/Soul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

music-notes-logo

Soul

Discover and feel soul warming music

Contents

🤔What is Soul?

Soul is a music web app built with django and javascript. It enables users to listen to music present on their playlist and manage playlists of curated songs. The app has following features:

  • Sign up
  • Sign in
  • Pick genres
  • Add songs to playlist from explore page
  • View all songs present in your playlist
  • Set up a profile page with yout bio and avatar

👥Can I Clone Soul and Check It Out?

Definitely! The project is open source and SPOILER ALERT you can contribute to the project as well.

App Usage

  • The web application has been deployed to heroku server so that you can have a full user experience of the web application . Click here

Code Usage

  • Clone the repository
  • Create your environment
      set up django

-Make migrations

     python3 manage.py makemigrations

-Run the following command to run the code in development mode

     python3 manage.py runserver