The only prerequisites are a JDK and a text editor.
If you don't have any of these tools installed already, you will need to:
- Download and install git
- Download and install Java JDK 8
- Download and install MongoDB
- Download and install Maven
You will need to clone the source code of spring-mongodb-jwt-starter GitHub repository:
git clone https://github.com/m0uj/spring-mongodb-jwt-starter.git
Go inside the repository's directory and install the Maven dependencies:
cd spring-mongodb-jwt-starter
mvn clean install
To run the Tests, execute:
mvn test
To run the Web Application, go inside the starter-web directory and execute:
cd spring-mongodb-jwt-starter-webapp
mvn spring-boot:run