Skip to content

viveknair6915/codejam-v5

Repository files navigation

JIIT Verse

JIIT Verse is a comprehensive platform designed to help students with various day-to-day needs, ranging from mess menu to academics. The platform offers several key features, including a job portal, course descriptions, course reviews, and mess menu information.

Screenshots

Screenshot 1 Screenshot 2

Features

Job Portal

  • Get industry recommendations based on the tech stack you've acquired and the location feasible for you easily.

Course Descriptions

  • Forget boring PDFs! We present an awesome UI to make course details more engaging.

Course Review

  • Share your experience with your juniors by recommending the best courses.

Mess Menu

  • Don't waste time searching for the mess menu photo on your phone. We have that covered too!

How to Run

Follow these steps to get the website up and running locally.

  1. Main Website

    • Go to the portal folder:
      cd portal
    • Run the Python server:
      python manage.py runserver

    If you want to run each file differently:

  2. Course Review

    • Go to the course review folder:
      cd course review
    • Run the server:
      node server.js
    • This will run the server on port 5501.
  3. Mess Menu

    • Go to the mess-menu folder:
      cd mess-menu
    • Run the Python app:
      python app.py
    • This will run the server on port 5500.
  4. Job Search

    • Go to the jobsearch folder:
      cd jobsearch
    • Run the Python app:
      python jobsearch/app.py
  5. Course Descriptions

    • Go to the Coursedescriptions folder:
      cd Coursedescriptions
    • Now run index.html.

Once these steps are complete, the website should be up and running.

Repository

You can access the code on GitHub.

Contributors