Codeshetra is a Django project designed to facilitate mock interviews. It provides a platform where interviewees can participate in mock interviews and interviewers can conduct interviews while earning money. The project utilizes Django along with HTML, CSS, and JavaScript, and integrates Razorpay for payment processing. It also incorporates webRTC for real-time video chat capabilities. Working on AI chatbot which can understand and respond to user queries. The project is built using Django, a high-level Python web
- Users are required to confirm their email addresses to authenticate their accounts.
- Confirmation emails are sent upon registration to verify user identities.
- Codeshetra implements webRTC technology for real-time video chat functionality.
- Interviewees and interviewers can engage in live video interviews seamlessly within the platform.
- Video interviews occur in a separate, secure environment within the platform.
- This ensures privacy and security for both interviewees and interviewers during the interview process.
- Django
- HTML
- CSS
- JavaScript
- Razorpay
- Clone the repository to your local machine.
git clone https://github.com/your-username/codeshetra-django.git
- Navigate to the project directory.
cd codeshetra-django
- Install Dependencies
pip install -r requirements.txt
- Run migrations
python manage.py migrate
- Start the Django development server.
python manage.py runserver
- Access the application via 'http://localhost:8000' in your web browser.
- Register for an account as either an interviewee or interviewer.
- Confirm your email address to authenticate your account.
- As an interviewee, browse available mock interviews and select one to participate in.
- As an interviewer, create mock interview sessions and set the price for participation.
- Engage in real-time video interviews within the secure platform environment.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License.
Feel free to contribute to the project and make it even better! If you encounter any issues or have suggestions, please create an issue on GitHub. Thank you for using Codeshetra Django! 🚀