Skip to content

This is a spring boot project that parses a file (txt and json) to be sent to https://bibliapp.herokuapp.com/explorer/ to add authors and books.

Notifications You must be signed in to change notification settings

gymitoso/library-middleware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Library Middleware

This is a spring boot project that parses a file (txt and json) to be sent to https://bibliapp.herokuapp.com/explorer/ to add authors and books.

Check https://github.com/gymitoso/library-front for more info.

Requirements

How to build in Docker

  1. Clone this project
  2. Run chmod +x mvnw
  3. Run ./mvnw package -DskipTests dockerfile:build
  4. Run docker run --restart=always -d -p 8080:8080 --name library-middleware library-middleware

User: admin Password: admin

Change server port (if necessary) in application.yml and docker run command

Bonus

  • Jenkinsfile for build and send slack notifications.
  • Sonar properties for Sonar analysis.
  • Liquibase configuration.
  • BDD test with Cucumber https://cucumber.io/

About

This is a spring boot project that parses a file (txt and json) to be sent to https://bibliapp.herokuapp.com/explorer/ to add authors and books.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages