Skip to content

vivatttt/Interview-prepare-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This website was created to help people prepare for interviews in IT companies
It is proposed to recreate the process of a real interview between two candidates - one of them will be an interviewer and will conduct the interview, and the other will be passing it it

The website features two main functions:

  1. Register the interviewer for a specific date and time to conduct an interview at that time
  2. For the interviewee, find a suitable interviewer based on required programming language and desired date

Demonstration

Getting started

To launch the Interview Prepare Helper run following on your Linux PC

Download the Virtual Enviroment

python3 -m venv env
source env/bin/activate

Then install all the necessary frameworks

pip install -r requirements.txt

Then you need to initialize DataBase on your PC
So:

  1. Create database.db in main directory
  2. Run following:
flask db init
flask db migrate -m "initial migration"
flask db upgrade

And finally

make run

And enjoy localhost:8000

Gallery

Start page

Interviewer page

Interviewee page

Interview scheduled

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published