Skip to content

H3nSte1n/turnierverwaltung-api_auth

Repository files navigation

Turnierverwaltung - Authentification

CI Code-Style Coverage

setup

required

  • postgreSQL database

If you want to use another database, you have adapt the dataSourceClassName in config/DatabaseFactory

database

createdb -h localhost -U {USERNAME} -W {DATABASE}
createdb -h localhost -U {USERNAME} -W {DATABASE-TEST}

application

gradle run

ENV

  • Removing the dist wording from the .env(.test).dist filename
    .env(.test).dist -> .env(.test)

  • set following env variables

    • USER=db-username
    • PASSWORD=db-password
    • DATABASE=db-name
    • PORT=port
    • PORT_DB=db_port
    • SERVER=server
    • SECRET=JWT Secret Key
    • ISSUER=JWT Issuer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages