24 lines
742 B
Markdown
24 lines
742 B
Markdown
# Technical Stack
|
|
|
|
## Backend
|
|
|
|
* Java 14
|
|
* Framework: [Jersey](https://eclipse-ee4j.github.io/jersey/)
|
|
* API: [OAS3](https://www.openapis.org/)
|
|
* Databases: [PostgreSQL](https://www.postgresql.org/)
|
|
* Unit & E2E testing: [JUnit 5](https://junit.org/junit5)
|
|
|
|
## **Frontend**
|
|
|
|
* [Node.js 14](https://nodejs.org/en/)
|
|
* [TypeScript](https://www.typescriptlang.org/)
|
|
* Web Framework/Library: [React](https://reactjs.org/)
|
|
|
|
## Additional Tools
|
|
|
|
* CI/CD: [GitHub Actions](https://github.com/features/actions)
|
|
* Containerization: [Docker](https://www.docker.com/) and [Docker Compose](https://docs.docker.com/compose/)
|
|
* Linter \(Frontend\): [Prettier](https://prettier.io/)
|
|
* Formatter \(Backend\): [Spotless](https://github.com/diffplug/spotless)
|
|
|