Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lakinduakash/javafxuniversityportal
Student,Course and Staff management system with javaFx for universities
https://github.com/lakinduakash/javafxuniversityportal
Last synced: 16 days ago
JSON representation
Student,Course and Staff management system with javaFx for universities
- Host: GitHub
- URL: https://github.com/lakinduakash/javafxuniversityportal
- Owner: lakinduakash
- License: apache-2.0
- Created: 2018-05-18T18:10:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T12:54:25.000Z (about 4 years ago)
- Last Synced: 2024-04-14T09:04:02.276Z (7 months ago)
- Language: Java
- Homepage:
- Size: 15.7 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# javaFxUniversityPortal
[![Build Status](https://travis-ci.org/lakinduakash/javaFxUniversityPortal.svg?branch=master)](https://travis-ci.org/lakinduakash/javaFxUniversityPortal)
[![DeepScan grade](https://deepscan.io/api/projects/3073/branches/24593/badge/grade.svg)](https://deepscan.io/dashboard#view=project&pid=3073&bid=24593)
## Student,Course and Staff management system example for university with javaFx and MongoDb
This is the updated readme
To run this project you need `gradle 4.4` or higher and mongodb.### Setup database
To change database connection to your configurations edit these line in `com.ultimatex.nsbm.util.MorphiaHelper.java`
```java
datastore = morphia.createDatastore(new MongoClient(), "morphia_test"); //change database name if you want//To have different mongoClient other than default use
// new MongoClient(new MongoClientURI("mongodb://localhost:27017"));
//and replace with new MongoClient()
```
### Run project`gradle run` or `gradlew run` on linux or `gradle.bat run` in Windows
### Run tests
`gradle test` or `gradlew test` on linux or `gradle.bat test` in Windows
a