An open API service indexing awesome lists of open source software.

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

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