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.
- 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.
-
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
.
- Go to the
-
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).
- Go to the
-
Main Website
- Go to the
portal
folder:cd portal
- Run the Python server:
python manage.py runserver
- Go to the
Once these steps are complete, the website should be up and running.
You can access the code on GitHub.