Skip to content

chris-tophe/EasyQuoteMakerService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy Quote Maker Service

This Spring boot App is a secured backend for the Easy Quote Maker Flutter App.

Configuration File Required:

This app use profile for configuration you have to provide the files

  • database-dev.propreties
  • database-prod.properties
spring.jpa.hibernate.ddl-auto=create-drop
spring.jpa.show-sql=true
spring.datasource.url=
spring.datasource.username=
spring.datasource.password=
spring.jpa.properties.hibernate.dialect = 
spring.jpa.open-in-view=true
server.port=
jwt.secret=
server.ssl.key-store=
server.ssl.key-store-password=
server.ssl.key-store-type=pkcs12

you also need to provide a keystore for https connection see https://github.com/FiloSottile/mkcert

About

Secured service for Easy Quote Maker Flutter APP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages