Skip to content

PanosBt/attendance

Repository files navigation

University attendance app

Build:

  1. $ cp .template_env db/.env

In ./.env: Replace <POSTGRES_USER> and <POSTGRES_PASSWORD> with a selected username and password for the db.

  1. $ docker compose build

Run:

  1. $ docker compose up -p

For the first time run: docker exec -it attendance sh -c "npm run init_db" to initialize the db with a user with the following data:

username: admin
password: admin
role: admin

In order to have ldap authentication through the Harokopio University of Athens LDAP service: replace <YOUR LDAP USERNAME> and <YOUR LDAP PASSWORD> with your hua ldap credentials.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published