Skip to content

merusso/note-api-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 26, 2022
4294ba1 · Apr 26, 2022

History

46 Commits
Mar 6, 2022
Feb 17, 2022
Apr 26, 2022
Feb 17, 2022
Feb 17, 2022
Feb 27, 2022
Feb 28, 2022
Feb 28, 2022
Feb 27, 2022
Mar 6, 2022
Feb 17, 2022
Feb 17, 2022

Repository files navigation

Note API Java

Java, Spring Boot implementation for the Note API, a web API to store, retrieve text-based notes.

Technologies

This project uses the following technologies:

Testing tools:

Building the Application

Build dependencies:

  • Java 17 JDK
  • Docker - used for Testcontainers integration tests

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published