/carmarketplace-user-svc

This service provides user authentication and registration api endpoints

Primary LanguageJava

Car Marketplace

Microservices App for Car Marketplace

Status

build    codecov    Docker Image Version (latest by date)    Docker Image Size (latest by date)

About this Service

User Service

This service provides user authentication and registration api endpoints

Documentation

For more details refer to the swagger documentation.

Development Environment Setup

Step 1: Install the following tools to get local environment up and running.

  • IntelliJ
  • MySql
  • Docker
  • Maven
  • Zulu JDK

Step 2: Ensure the local DB schema is created

  • See schema-mysql.sql script in resources folder

Step 3: Ensure Config Server is running

All configuration is loaded from the config server directly

Step 4: Ensure Discovery Server is running