mdeogune / KY19

Source code for Kashiyatra 2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kashiyatra IIT (BHU) Website Source Code

Kashiyatra is socio-cultural festival of Indian Institute of Technology (B.H.U), Varanasi, India.

Webiste: www.kashiyatra.org

Stack:

  • Django 1.10
  • Angular 4.0

Instuctions:

To build angular code:

  • cd angular/user/
  • ng build -op=../../templates/angular/user --prod -d /static/

OR

  • cd angular/ca/
  • ng build -op=../../templates/angular/ca/ --prod -d /static/

To install python dependencies:

  • pip install -r requirements.txt

To run Development server:

  • python manage.py runserver

About

Source code for Kashiyatra 2019


Languages

Language:CSS 72.5%Language:HTML 13.2%Language:JavaScript 8.7%Language:Python 3.8%Language:TypeScript 1.8%