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

chiragagarwal54/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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.3%
  • HTML 39.8%
  • CSS 3.9%