Welcome to Moodify, your personalized music streaming platform based on your mood. 🚀
git clone https://github.com/tarunkumar-sys/moodify.git
cd moodifypip install -r requirements.txtpython manage.py makemigrations
python manage.py migratepython manage.py runserverVisit http://127.0.0.1:8000 in your browser to start exploring Moodify.
We welcome contributions! 🎉 If you're interested in contributing:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Submit a pull request for review.
