Skip to content

Unnati-techie/codejam-v5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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.

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 62.3%
  • Python 23.6%
  • JavaScript 11.1%
  • CSS 3.0%