Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
merusso committed Feb 27, 2022
1 parent d43186d commit 15b1833
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# 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:

* [Java 17](https://jdk.java.net/17/)
* [Spring Boot 2.6](https://spring.io/projects/spring-boot)
* [Gradle 7.4](https://docs.gradle.org/7.4/userguide/userguide.html)
* [MongoDB 5](https://docs.mongodb.com/manual/release-notes/5.0/)
* [Project Lombok](https://projectlombok.org/)
* [Jackson](https://github.com/FasterXML/jackson)
* [Swagger UI](https://github.com/swagger-api/swagger-ui)

Testing tools:

* [JUnit 5](https://junit.org/junit5/docs/current/user-guide/)
* [AssertJ](https://assertj.github.io/doc/)
* [Testcontainers](https://www.testcontainers.org/)
* Spring integration test configs ([see here](https://docs.spring.io/spring-boot/docs/current/reference/html/features.html#features.testing.spring-boot-applications.autoconfigured-tests))
* @SpringBootTest
* @WebMvcTest
* @JsonTest
* @DataMongoTest

0 comments on commit 15b1833

Please sign in to comment.