Skip to content

kogitohrhiring/job-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

job-management

Repository for Job Management microservice

Run

Go to job-management folder and run:

mvn clean install -DskipTests

Go to job-management service folder and run:

mvn quarkus:dev

Start PostgreSQL:

sudo service postgresql start

Troubleshooting

  • Error: Connection to localhost:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.

Make sure you have PostgreSQL installed. Find the Build instructions for Fedora here.

  • Make sure your pg_hba.conf file is configured properly. Create a user with username testuser and password testuser and a database job-management in order to avoid errors like FATAL: password authentication failed for user "testuser" and FATAL: database "job-management" does not exist respectively.

About

Repository for Job Management microservice

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published