Skip to content

Graphium is an innovative check-in portal designed to enhance the way companies track and understand employee well-being and productivity. Developed specifically for the company Graphium.

Notifications You must be signed in to change notification settings

ChrisD5/Graphium

Repository files navigation

ASE-2022-Y2-TEAM-06

In order to get the database/ backend running you need to configure a new user in sql.

We have chosen not to use the standard user for security purposes.

Database: MariaDB Username: checkin Password: checkin6

Use following commands:

mysql -u root -p

comsc

create user 'checkin' identified by 'checkin6';

create database if not exists checkin;

grant all on checkin.* to 'checkin'@'%';

To build your project, open a terminal window, navigate to the root directory of your project, and run the following command:

gradle build

This will build your project and create a jar file in the build/libs directory.

To run your project, navigate to the build/libs directory and run the following command:

java -jar checkin-0.0.1-SNAPSHOT.jar

The project should then be running, navigate to https://localhost to access the webpage.

About

Graphium is an innovative check-in portal designed to enhance the way companies track and understand employee well-being and productivity. Developed specifically for the company Graphium.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages