Skip to content

A social media website that could stream music using Spotify API, developed using Django and Bootstrap with SQLite as the database

Notifications You must be signed in to change notification settings

Ayanabha123456/Musicial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 

Repository files navigation

Musicial

Musicial is a social media website based on photos and music developed using Django and Bootstrap.

Technologies


Prerequisites

  • Install Anaconda Navigator
  • Clone/Download the repository
  • Open the Anaconda prompt terminal

How to run application?

  • Perform the upcoming operations in the terminal
  • Navigate to the drive where you downloaded the repository (e.g - D drive)
D:
  • Create a virtual environment for the application with python enabled
conda create -n musicial python=3.7.5
  • Activate the virtual environment
conda activate musicial
  • Install Django
conda install django==2.1.5
  • Install Pillow
conda install pillow
  • Navigate to Musicial/ITECH
cd Musicial/ITECH
  • Make your migrations
python manage.py makemigrations
python manage.py migrate
  • Create a new superuser
python manage.py createsuperuser
  • Start the application server
python manage.py runserver

Video Demo

image Click the link to watch a demonstration of the website

About

A social media website that could stream music using Spotify API, developed using Django and Bootstrap with SQLite as the database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •