https://github.com/vijaykumarr1452/interview-tracker
Interview Tracker
https://github.com/vijaykumarr1452/interview-tracker
deployment django python
Last synced: about 2 months ago
JSON representation
Interview Tracker
- Host: GitHub
- URL: https://github.com/vijaykumarr1452/interview-tracker
- Owner: vijaykumarr1452
- Created: 2025-05-31T06:02:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-31T07:52:56.000Z (about 1 year ago)
- Last Synced: 2025-05-31T19:17:13.879Z (about 1 year ago)
- Topics: deployment, django, python
- Homepage: https://vijayr00.pythonanywhere.com/
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interview-Tracker -- [Live Link](https://vijayr00.pythonanywhere.com/)
Create a virtual environment
python -m venv venv
source venv/bin/activate
Install dependencies:
pip install django
python manage.py migrate
Start the development server:
python manage.py runserver
Access the app:
Visit http://127.0.0.1:8000 in your browser.
License
This project is licensed under the MIT License.
Author
Vijay Rachuri – rachuri.vijay147@gmail.com