Skip to content

Commit

Permalink
README: Add sections for building, running application
Browse files Browse the repository at this point in the history
  • Loading branch information
merusso committed Feb 28, 2022
1 parent a588b33 commit db904c4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,17 @@ To build the application, run `./gradlew build`.

## Running the Application

Runtime dependencies:

* Java 17
* MongoDB

To run the application, use `java -jar build/libs/note-api.jar`

### MongoDB

The application is automatically configured to communicate with a local MongoDB
instance running on localhost:27017.

You can start up a local MongoDB instance using the provided docker-compose.yaml
file, via `docker-compose up -d`

0 comments on commit db904c4

Please sign in to comment.