Skip to content

This is a Java API to simply accept users input from a React frontend for an exterior cleaning service. Once the user has input their data, a quote (in dollars) will be calculated. The quote is instantly emailed back to the user and the total data is stored in a PostgreSQL database.

Notifications You must be signed in to change notification settings

egrep6021ad/Java-Springboot-PostgreSQL-REST-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java API

  • This is an API that accepts a users data and calculates a quote in dollars based on said data. The original data, and the quote are stored in a postgreSQL database before be auomatically emailed to the user.

Development

  • endpoint: 8080/api/v1/clients.

Production

  • uncomment send message in "new client controller" then reconfig:
    • spring.mail.host= smtp.gmail. com
    • spring.mail.port=587
    • spring.mail.username= < email/ username>
    • spring.mail.password= < password>

About

This is a Java API to simply accept users input from a React frontend for an exterior cleaning service. Once the user has input their data, a quote (in dollars) will be calculated. The quote is instantly emailed back to the user and the total data is stored in a PostgreSQL database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published