Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 563 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 563 Bytes

resume-website

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.

To install the project follow these steps:

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