Giter Site home page Giter Site logo

se425_project's Introduction

URL Page : https://cs425-fire.cfapps.io

docs (folder): Documentation 

credentials:
[student]
u: 980196
p: Wondimu123

[admin]
u: Admin
p: admin123

[faculty]
u: Lu27
p: Lu123

[staff]
u: Staff
p: staff123

Local Setup process 

This is a Spring Boot Web Maven project. You do not need a web server to run this.

To run the project you need to do the following:

1) Go to src/main/resources and edit application.properties and change the following property
	spring.jpa.hibernate.ddl-auto = validate -> spring.jpa.hibernate.ddl-auto = update

2) While in application.properties make sure the database parameters are correct (URL, schema, username and password)

3) From the root package edu.mum.cs.projects.attendance, run the main() in a class named DatabaseLoader.java
This will create all the necessary tables in database and load them with realistic data, and also load the users and passwords table, you can check the user table for username, password details

4) After you successfully create database tables, you need to change the following property back to normal:
	spring.jpa.hibernate.ddl-auto = create -> spring.jpa.hibernate.ddl-auto = validate
	
5) Run the reporting app from root package edu.mum.cs.projects.attendance. Just run the main() in:
AttendanceReport.java

The Excel reports are saved under:
src/main/resources/reports/

se425_project's People

Contributors

wogisha avatar abeyalew avatar desatelm avatar simaxutian avatar baoxianjian avatar

Watchers

James Cloos avatar  avatar  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.