Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 1.5 KB

README.md

File metadata and controls

55 lines (42 loc) · 1.5 KB

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.

Features

Job Portal

  • Get industry recommendations based on the tech stack you've acquired.

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. 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.
  2. Mess Menu

    • Go to the mess-menu folder:
      cd ..
      cd mess-menu
    • Run the mess menu application with the appropriate command (replace with actual command if needed).
  3. Main Website

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

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

Repository

You can access the code on GitHub.