Skip to content

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

Notifications You must be signed in to change notification settings

magarwal775/IntReview

 
 

Repository files navigation

IntReview

Build Status Python Versions
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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.2%
  • HTML 39.9%
  • CSS 3.9%