Giter VIP home page Giter VIP logo

akcgjc007 / iitgn-grad-planner Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 0.0 2.97 MB

A MERN based graduation planner web application for IIT Gandhinagar students

Home Page: https://planner-ashy.vercel.app

JavaScript 84.00% HTML 3.33% CSS 8.77% Python 3.89%
heroku heroku-deployment mongodb mongodb-database mongodb-atlas mongoose mongoosejs react reactjs router state-management bootstrap bootstrap4 axios database mern-stack mern-stack-development full-stack fullstack-javascript csv

iitgn-grad-planner's Introduction

Planner (build in Hackrush-2021)

A web portal that provides an efficient and intuitive way to track graduation requirements and grades.

  • MongoDB online database
  • Express server
  • React + react-bootstrap client
  • Course parser from csv file
  • Home page
  • Login Page
  • Logout Page
  • Dashboard
  • Edit Plan
    • Create new plan page
    • Edit plan page(availabe through load plan)
  • Shared plan

Back to Table of Contents

  • index.js: Main server file

  • models: Server loading file

  • initData: Initial semester & course data

  • schemas: Schemas for databases

  • setDefaultCourses.js: database initial data

  • setAllCourses.js: database initial data

  • routes: API routes for end user

    • client: Client folder for end user
  • scrapTimeTable: scrapping course details from CSV

  • yarn; cd client; yarn;: Installing dependencies
  • yarn c, yarn s, yarn p: Setting up the database
  • yarn start: starting the server
  • yarn server: starting the server in dev mode using nodemon
  • yarn client: starting the client
  • yarn dev: starting both server and client concurrently

mongod for Ubuntu:

  • sudo service mongod start
  • sudo service mongod status
  • sudo service mongod stop
  • sudo service mongod restart

Stopping stucked servers in Ubuntu

  • sudo fuser -k 5000/tcp

Stopping stucked servers in Windows

  • netstat -ano | findstr :5000
  • taskkill /PID <ProcessId> /F

Flow of data

Database storage

  • Default Sem data
  • All courses data
  • Individual plan data

User's browser

  • User queries server to:
    • load default course data
    • save plan data
    • load plan data
    • load the list of saved plans
  • Computations are done in user's browser

Suggestions

  • Reducing the padding and making it more compact.
  • add an overview feature to show
  • floating counter options for each type of courses
  • Draggable components
  • Plans only available to see for authorized people
  • Commenting feature
anupam
Shruti Katpara
anupam
Anupam Kumar

iitgn-grad-planner's People

Contributors

anupam-io avatar dependabot[bot] avatar kshru9 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.