ekanshverma143 / join.istenith.com

Website for joining ISTENITH

Home Page:https://join.istenith.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ISTE KA LOGO

INTERVIEWS WEBSITE'22

This website is using django backend. All you need to do is to go through https://docs.djangoproject.com/ so that you get the basic knowledge that how things are working in django.

Steps to follow ✏️:

  1. First of all install Django:

For any system:

  python -m pip install Django

For Archlinux:

sudo pacman -S python-django
  1. Clone the repository:
git clone https://github.com/istenith/join.istenith.com.git
  1. Change the directory to join.istenith.com using:
cd join.istenith.com
  1. Create a virtual environment:
pip install virtualenv
virtualenv venv
  1. Activate the virtual environment
source venv/bin/activate
  1. Now install all the packages which are being used in this project:
pip install -r requirements.txt
  1. Migrate all the database
python manage.py migrate
  1. Now run the development server:
python manage.py runserver

About

Website for joining ISTENITH

https://join.istenith.com


Languages

Language:JavaScript 39.5%Language:HTML 36.2%Language:CSS 19.2%Language:Python 5.0%Language:Dockerfile 0.0%Language:Shell 0.0%Language:Procfile 0.0%