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.
- Get industry recommendations based on the tech stack you've acquired and the location feasible for you easily.
- Forget boring PDFs! We present an awesome UI to make course details more engaging.
- Share your experience with your juniors by recommending the best courses.
- Don't waste time searching for the mess menu photo on your phone. We have that covered too!
Follow these steps to get the website up and running locally.
-
Main Website
- Go to the
portalfolder:cd portal - Run the Python server:
python manage.py runserver
If you want to run each file differently:
- Go to the
-
Course Review
- Go to the
course reviewfolder:cd course review - Run the server:
node server.js
- This will run the server on port
5501.
- Go to the
-
Mess Menu
- Go to the
mess-menufolder:cd mess-menu - Run the Python app:
python app.py
- This will run the server on port
5500.
- Go to the
-
Job Search
- Go to the
jobsearchfolder:cd jobsearch - Run the Python app:
python jobsearch/app.py
- Go to the
-
Course Descriptions
- Go to the
Coursedescriptionsfolder:cd Coursedescriptions - Now run
index.html.
- Go to the
Once these steps are complete, the website should be up and running.
You can access the code on GitHub.

