/spring5-webflux-rest

Training with reactive rest and mongodb

Primary LanguageJavaMIT LicenseMIT

SpringBoot webflux reactive api

This project is part of learning path of spring webflux reactive learning and practice. The the project uses mongodb as a database, and mongo express to manage the database. The mongodb server and mongo express run in a docker container, and there's no need to install it locally. Code quality is checked in Codacy, and the build is done in Circleci.

Build Status

Code Quality

  • Codacy Badge

CircleCI

  • CircleCI

Getting Started

  • Clone the project

Prerequisites

  • Jetbrains Intellij pro or your prefered IDE
  • Docker
  • Azul Zulu JDK 11
  • If you use sdkman, and .sdkrc file is already in the root of the project, and will set your jdk to the necessary version
  • In windows use scoop and chocolatey to manage jdk's
  • WSL2 will also work, although the project must be put inside of the wsl drive
Give examples

Installing

A step by step series of examples that tell you how to get a development env running

Say what the step will be

Give the example

And repeat

until finished

End with an example of getting some data out of the system or using it for a little demo

Running the tests

Explain how to run the automated tests for this system

Break down into end to end tests

Explain what these tests test and why

Give an example

And coding style tests

Explain what these tests test and why

Give an example

Deployment

Add additional notes about how to deploy this on a live system

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the MIT License - see the LICENSE.md file for details