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.
1.Download the project via zip or clone.
git clone https://github.com/TheLoneAlchemist/MoodMusic
-
Uncomment the local database(sqlite3) and comment out external database.
-
Create a virtual environment and download the requirements
pip install -r requirements.txt
-
Change media URL
-
Change html files according to your media url as I am using Cloudinary API to serve the files
-
Run below command:
python manage.py makemigrations
python manage.py migrate
- Start the server
python manage.py runserver
- Now go to your favourite browser and open
http://127.0.0.1:8000/
Client: HTML, CSS, JAVASCRIPT, BOOTSTRAP
Server: Django, Python
Database: PostgreSQL