Skip to content

Client - Server Web Application for the administration of learning process in the educational institution.

Notifications You must be signed in to change notification settings

ctecdev/admin-edu-ins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

work-services

Application that implements BPMN model. It search offers for execution of certain services.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

Java 1.8

Maven

Ruby

Ruby's gem compass

	gem install compass

Node.js

	npm install grunt-cli -g
	npm install bower -g

Setup

A step by step series of examples that tell you have to get a development env running

Import project to Eclipse workspace

File > Import >>> General > Existing Projects into Workspase

Configure as Maven Project

*Step One:* Right click on Project > Configure > Convert to Maven Project
*Step Two:* Right click on Project > Maven > Update Project...

Set configurations for the database connection

/src/main/resources/application.properties
`ddl-auto=update`this means that Hibernate will create tables in database after first app run.
Run app one time to do that... 

To Run Application:

Open package `rs.ac.uns.ftn.tseo.ctecdev` in '/src/main/java/' folder 
right there there is a class `Admin_Edu_Ins_App.java`
Right click on that class > Run As > Java Application
Application will run on `http://localhost:8080/`

*Note - To run app on some other port, add in application.properties "server.port=<>port-number<>"

Running and testing

There is no automated tests, to test app manualu follow instructions :)

Initialize database

In folder database there is a script for database insert.sql

run script over database in MySQL Workbench-a

Go to localhost

Go to `http://localhost:8080/` or if you changed port `http://localhost:<port-number>/`

homepage

Testing

To test app login as admin

login-user-type

Username: pera Password: pera

admin-login

Built With

Authors

Acknowledgments

  • This project is developed as part of exam on Faculty of Technical Sciences in Novi Sad

Additiona photos

students student courses course

About

Client - Server Web Application for the administration of learning process in the educational institution.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published