Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 1.85 KB

File metadata and controls

69 lines (46 loc) · 1.85 KB

PUT-time-resource-management-system

Frontend development

Requirements

The only requirement is to have Node.js installed in your system. Get npm!.

Install dependencies

cd frontend
npm install

Start the development server

npm start

Backend development

Requirements

The only requirement is to have Docker and Docker Compose installed in your system. Get them with Docker Desktop distribution.

Start all the services

docker-compose -p pracujtime up

Open the app

Login as jkowalski with password password.

http://localhost/

All available user logins are listed in the table below. Password for all of them is password.

User Role
aszymanska client_editor
awisniewska report_viewer
jkowalczyk supervisor_editor
jkowalski manager
kwojcik team_editor
mkaminska timelog_viewer
mwozniak holiday_request_approver
mzielinska
plewandowski
pnowak

Stop all the services

Prest Ctrl+C in the console, wait for services to be stopped and then run command below to release allocated resources.

docker-compose -p pracujtime down

Keycloak configuration

If you wish to export updated settings see the keycloak.md for more informaiton.