Giter VIP home page Giter VIP logo

student-certificate's Introduction

Online College Certificate Generation

This is the Diploma and Engineering Final Year Project.

Getting Started

To run this project you need MySQL Database and eclipse with tomcat server.

Prerequisites

You should have MySQL database installed in System with Java and eclipse

Installing

  1. Before importing project you need to install and Configure Tomcat in eclipse for more information see.

  2. You can configure Database Password and other properties in /web-inf/spring/appServelet/Servelet-context.xml as shown bellow

<beans:bean id="dataSource"
        class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close">
        <beans:property name="driverClassName"
            value="com.mysql.jdbc.Driver" />
        <beans:property name="url"
            value="jdbc:mysql://127.0.0.1:3306/test" />
        <beans:property name="username" value="root" />
        <beans:property name="password" value="root" />
    </beans:bean>
  1. After all configuration Run project in Eclipse.

Project Brief Information

This Project is final year Project for diploma and engineering student. This Project help student to learn the basics about Spring web-MVC and hibernate. College Student Online Certificate Generation Project can be used by the College to Manage Students Data and save human efforts of creating certificates. This Project helps to track record of certificate and maintain college rules.

  1. Counting and Keep Track of how many certificates has been printed.
  2. Leaving Certificate of student can only be created if he is in last year.
  3. Bonafide cannot be created of Drop out Students.
  4. LC will be created for first time only copy of lC is created after that.

Screenshot

Image of Yaktocat

About

For More information and help in Project Mail me [email protected]

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.