Skip to content

TheLoneAlchemist/MoodMusic

Repository files navigation

Badges

MIT License GPLv3 License

Mood Music

A full stack web application that allows user to upload and listen music🎶. User can sign up and login to access features like play history, listen later,upload etc.

Authors

🔗 Links

portfolio linkedin twitter

Deployment on Localhost

1.Download the project via zip or clone.

git clone https://github.com/TheLoneAlchemist/MoodMusic
  1. Uncomment the local database(sqlite3) and comment out external database. App Screenshot

  2. Create a virtual environment and download the requirements

pip install -r requirements.txt
  1. Change media URL

  2. Change html files according to your media url as I am using Cloudinary API to serve the files

  3. Run below command:

python manage.py makemigrations
python manage.py migrate
  1. Start the server
  python manage.py runserver
  1. Now go to your favourite browser and open
http://127.0.0.1:8000/

License

MIT

Screenshots

App Screenshot

Tech Stack

Client: HTML, CSS, JAVASCRIPT, BOOTSTRAP

Server: Django, Python

Database: PostgreSQL

Demo

Deployment Link