Skip to content

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

License

Notifications You must be signed in to change notification settings

arc9693/IntReview

Repository files navigation

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