Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 349 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 349 Bytes

jobRecommendation

  1. Clone the repository: git clone https://github.com/yuktibhatt/jobRecommendation.git

  2. Install the requirements: pip install -r requirements.txt

  3. Run migration: python manage.py migrate

  4. Create super user: python manage.py createsuperuser

  5. Run the server: python manage.py runserver