arc9693 / IntReview

An app that records various interview responses and publicise them. Hosted at

Home Page:https://archana9693.pythonanywhere.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IntReview

Build Status Python Versions Join the chat at https://gitter.im/NIT-dgp/General GSoC Heat
forthebadge
forthebadge
An app that records various interview responses and publicise them.

Contribution guidelines

Kindly follow contributing.md, if you want to lend a hand in making this project better.

Build Setup

#creating virtual env
mkdir project
cd project
virtualenv .
source bin/activate

#clone the directory
git clone https://github.com/arc9693/IntReview.git

#change directory
cd IntReview

#Install dependencies
pip install -r requirements.txt

#Do migrations
python manage.py makemigrations
python manage.py migrate

#Run server
python manage.py runserver

About

An app that records various interview responses and publicise them. Hosted at

https://archana9693.pythonanywhere.com/

License:MIT License


Languages

Language:HTML 46.2%Language:Python 44.4%Language:CSS 8.9%Language:Shell 0.4%