Made on Django framework and JavaScript, Bootstrap for the course Intellectual Property Rights, to enable students to upload
their photos ,presentations and skit video content conducted as a part of classroom activity sessions. Each team also has a
unique auto-generated report which provides a glimpse of the activities conducted by that team.
git clone https://github.com/amyy28/IPR_Website.git
Execute
cd IPR_Website
pip3 install -r requirements.txt
Create your username and password of your choice
python3 manage.py createsuperuser
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver
http://127.0.0.1:8000/
Now go to login and enter the created username and password. Once logged in, create the team by filling in the required details and then skit and presentations data can easily be loaded using the forms in the UI.
Any contributions and pull requests are welcomed!