Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
barcellos-pedro committed Feb 4, 2024
1 parent d3ca1e2 commit 27dfe9c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ Project based on [Spring Guide](https://spring.io/guides/tutorials/rest/)

### Todo

*For the sake of simplicity, only the Employee model has tests*

- [Tests](https://docs.spring.io/spring-boot/docs/3.2.2/reference/html/features.html#features.testing)

- [x] [JSON](https://spring.academy/courses/building-a-rest-api-with-spring-boot)
- [x] Unit
- [x] Integration
- [ ] [WebMvc](https://spring.io/guides/gs/testing-web/)
- [x] [WebMvc](https://spring.io/guides/gs/testing-web/)


- [CI/CD GitHub Actions](https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven)
Expand All @@ -32,10 +34,10 @@ Project based on [Spring Guide](https://spring.io/guides/tutorials/rest/)

### Bônus 🎁

- [ ] Replace H2 to Postgres
- [ ] Replace H2 for Postgres
- [ ] Monitor Postgres with PGAdmin
- [ ] [Caching (Redis)](https://docs.spring.io/spring-framework/reference/integration/cache/annotations.html)
- [ ] Nginx
- [ ] Docker Compose
- [ ] Stress Testing
- [ ] [Performance Test (Jmeter)](https://jmeter.apache.org/index.html)
- [ ] [API Docs with Restdocs](https://spring.io/guides/gs/testing-restdocs/)

0 comments on commit 27dfe9c

Please sign in to comment.