Coder Social home page Coder Social logo

apnastartup-github.io's Introduction

CUMS_DBMS

🏰 A College Management Site (DBMS) using Node and Mysql.

A college management system (web application) that provides complete funtionality to manage enrollment, students, faculty, attendance, fees, scheduling, assignments and grades for a particular college.It uses Node.js for backend and MySql as Database.

The purpose of this application is to automate the existing manual system by the help of computerized equipment and full-fledged computer software, fulfilling their requirements, so that their valuable data/information can be stored for a longer period with easy accessing and manipulation of the same. The required software and hardware are easily available and easy to work with.

SEE THE COMPLETE REPORT HERE Report

Product Features and User Classifications

There are several types of end users for the CMS. They are broadly divided as Students, Staff and the Administrator. Each of these classes have their own set of features

  • ADMIN who can view and edit the details of any students/staff. Can add/edit departments, courses, classes and time-tables.
  • STAFF who can view students details, add/update assignments, marks and attendance of a particular student. They can see the time-table of a particular class also.
  • STUDENT who can update profile/ add solution to assignments and see marks/attendance.

System Design

UseCase Diagram

This is the use case diagram which depicts the user’s interaction with the system. It also shows the relationship between the user and the different use cases in which the user is involved.

docs/usecase.jpg

Database Design

We are using MySQL as our database. The main objective of this project is to use Relational Database and hence MySQL is the best choice for that.

User can perform the above operations without writing any database query by using our simple and convenient User Interface.

CLASS DIAGRAM

docs/db_design.png

ER MODEL

docs/er_model.png

3-tier Architecture

docs/architecture.png


SEE THE COMPLETE REPORT HERE Report

Setting up Project

  • Open Terminal and execute https://github.com/Vishal1003/CUMS_DBMS.git cd CUMS_DBMS npm install
  • Create following env variables (in order to connect to database and use JWT) :
    • DB_HOST
    • DB_USER
    • DB_PASS
    • PORT
    • JWT_SECRET
    • JWT_EXPIRE
    • SESSION_SECRET
  • For setting up mail-gun Go to official doc of mail-gun. Sign up and replace your credentials here.
    • URL
    • RESET_PASSWORD_KEY
    • DOMAIN_NAME
    • MAILGUN_API_KEY
  • Create the database using following query in mysql : CREATE DATABASE databasename;
  • Create tables using the sql script file in databse/cms.sql;
  • To seed data in the database run to file in seed folder
  • To start the application execute npm start

apnastartup-github.io's People

Contributors

seppm-nishant 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.