A Django-based web App
-
Clone the Repo
git clone https://github.con/WildxHV/ cd MUSIFY -
Create Virtual virtual env and activate it
python -m venv venv source venv/bin/activate # on WIndows use `venv\Scripts\activate`
-
Install dependencies
pip install -r requirements.txt
-
Run database migrations
python manage.py makemigrations python manage.py migrate
-
Create Super User
python manage.py createsuperuser
-
Start server
python manage.py runserver
-
Access the app go to
http://127.0.0.1:8000/
- Register
http://127.0.0.1:8000/register/ - Login
http://127.0.0.1:8000/login/ - Playlists
http://127.0.0.1:8000/playlists/ - Profile
http://127.0.0.1:8000/profile/ - Search
http://127.0.0.1:8000/search/