It is an open source website. Languages used for frontend are HTML,CSS and JavaScript and Django for backened development.
How to run website:
-
Create virtual environment and install requirements.txt
-
Open website folder in any text editor (like VScode, Sublime Text etc.)
-
Change the directory to website (cd website)
-
Run python manage.py makemigrations
-
Run python manage.py migrate
-
Run python manage.py runserver