Skip to content

Latest commit

 

History

History
65 lines (57 loc) · 1.96 KB

README.md

File metadata and controls

65 lines (57 loc) · 1.96 KB

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