You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.