Skip to content

Project to explain CRUD operations in Spring Boot with authentication using JWT. Service discovery with Eureka and Zuul as API gateway

Notifications You must be signed in to change notification settings

Keerthana-Thiagaraj/SpringBoot-Docker-JWT-Eureka-Zuul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HouseHold-Appliances- Spring-boot+Docker+Postgres

As a user, I want to be able to manage my household appliances so that I could properly document and maintain them. This application shows how to create a Spring Boot RESTful webservice application and deploy in Docker.

STEPS:

  1. Clone the project https://github.com/Keerthana-Thiagaraj/HouseHold-Appliances.git

  2. Install Docker by referring here

    • Inorder to check the containers already running, run docker container list -a
    • To check all the images you have, run docker image list -a
  3. Build using the below commands:

    mvn clean install mvn clean package

  4. Lets build the docker image and run the container for our app by providing the below command.

    docker-compose build

  5. Bring the service up by executing the command

    docker-compose up

Test the application by using below Endpoints

About

Project to explain CRUD operations in Spring Boot with authentication using JWT. Service discovery with Eureka and Zuul as API gateway

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published