It is a resume website which stores the information of the student and their job preference. It has a candidate list where we can data of any student using Django Backend.
1. git clone https://github.com/monukri4548/ecommerce_website.git
2. cd resume_website
3. virtualenv env
4. source env/bin/activate (for Linux/Mac OS ) or env\Scripts\activate.bat (for Windows)
5. install the requirements
6. cd uploader
7. python manage.py migrate
8. python manage.py runserver