Introduce The Future & Increase Your Product Sales
This web app was created as the final harvard CS50 project
This project allows people to create shows and introduce their products via a live demonstration.
The Requirements has been demonstrated in video, It is completely mobile responsive and uses django rest framework as the API that it has at least one model(Show), And for the javascript this project has been made with React...
Sign up to mux.com and get the key and token, Set the MUX_ACCESS_TOKEN
and MUX_SECRET_KEY
in settings.py
Then set MEDIA_ROOT
to react static directory (This is necessary for uploading profile pictures)
Now run the django backend:
py manage.py migrate
py manage.py runserver
Make sure you have set the django address as proxy in package.json
so the react backend can send the API requests.
npm i
npm start
The comment section and shows list in home menu is just a demo, It is not connected to the backend