https://github.com/arc9693/intreview
An app that records various interview responses and publicise them. Hosted at
https://github.com/arc9693/intreview
backend-webdevelopment css django front-end-development html js python3
Last synced: 4 months ago
JSON representation
An app that records various interview responses and publicise them. Hosted at
- Host: GitHub
- URL: https://github.com/arc9693/intreview
- Owner: arc9693
- License: mit
- Created: 2018-09-24T21:59:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T19:18:06.000Z (over 1 year ago)
- Last Synced: 2025-01-03T11:09:27.625Z (6 months ago)
- Topics: backend-webdevelopment, css, django, front-end-development, html, js, python3
- Language: HTML
- Homepage: https://archana9693.pythonanywhere.com/
- Size: 192 KB
- Stars: 2
- Watchers: 1
- Forks: 11
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# IntReview
[](https://travis-ci.org/arc9693/IntReview)

[](https://gitter.im/NIT-dgp/General?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://nitdgpos.github.io/gsoc_heat)


An app that records various interview responses and publicise them.## Contribution guidelines
Kindly follow [contributing.md](contributing.md), if you want to lend a hand in making this project better.## Build Setup
```bash
#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
```