Skip to content

Commit

Permalink
Merge pull request #11 from oseasmoran73/docs-update-readme
Browse files Browse the repository at this point in the history
Docs: Update README
  • Loading branch information
oseasmoran73 authored Sep 5, 2024
2 parents deabad0 + ac037ed commit 7cf82da
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,17 @@ This is the backend for Job Winner and here is the stack:

## To build

Prereq: Java17

1. Bring up the Postgres DB with docker-compose
```console
docker-compose up -d
```
1. Create the db schema with `src/main/resources/schema.sql`
1. Visit http://localhost:8081/. Information can be found or modified [here](./src/main/resources/application.properties).
1. User: `postgres`.
1. Password: `example`.
1. Click on `Import` and follow instructions to import file.
1. Build the java app with Maven
```console
mvn clean install
Expand All @@ -94,4 +100,3 @@ Please follow the build instruction from the [UI repo](https://github.com/janusc
I would like your help and input.

I appreciate all suggestions or PRs which will help this project better. Feel free to fork the project and create a pull request with your idea.

0 comments on commit 7cf82da

Please sign in to comment.