Skip to content

m0uj/spring-mongodb-jwt-starter

Repository files navigation

Spring-MongoDB-JWT-Starter

Build Status License

Installation Guidelines

Prerequisites

The only prerequisites are a JDK and a text editor.

Install tools

If you don't have any of these tools installed already, you will need to:

Clone repository and install Maven dependencies

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

Running the TESTS

To run the Tests, execute:

mvn test

Running the Web Application

To run the Web Application, go inside the starter-web directory and execute:

cd spring-mongodb-jwt-starter-webapp
mvn spring-boot:run

Releases

No releases published

Packages

No packages published

Languages