A complete and fully implementable software for a company to ease out the work of HR's. Now no need to maintain huge excel sheets to store information about fields like candidates, companies, job openings and stuff. Every thing is made easier through create, update and delete forms and the data is displayed in the form of tables from the database. The data can also be uploaded through csv files. Different privileges are given to the admin and staff users. The website also has a unique tracker for each logged in user where the person can keep track, schedule interviews and send auto-generated emails to his/her respective candidates.
- Front-end - HTML, CSS, Bootstrap
- Back-end - Django framework
- Database - PostgreSQL
git clone https://github.com/amyy28/Django-website.git
Execute
cd wise_intern
pip3 install -r requirements.txt
Create your username and password of your choice
python3 manage.py createsuperuser
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver
http://127.0.0.1:8000/
Enter the created username and password. Once logged in candidate, company, vendor data can easily be loaded using the forms in the UI.
Any contributions and pull requests are welcomed!