Local Media Flix is a basic Media Stream site created using Django
, HTML
, CSS
, Javascript
, Jquery
, Bootstrap
, Fontawesome
.
- Clone the project
git clone https://github.com/jacktherock/Local-Media-Flix.git
- Go to main project directory where
manage.py
locates
cd LocalMediaStream
- Create database
python manage.py makemigrations
- Create tables in database
python manage.py migrate
- Create Super user (Admin)
python manage.py createsuperuser
- Run Django Server
python manage.py runserver
Now Local Media Flix app server will run properly.
Local_Media_Flix_overview.webm
I need help on front-end and back-end for adding more features . All types of contributions will be accepted.