Skip to content

REST API in Java/Spring. Public endpoints for contact, querying properties. Protected endpoints for CRUD on properties.

Notifications You must be signed in to change notification settings

cdom27/ade-spring-java-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏡 Ade - Spring-Java REST API

The backend for Ade is a Spring Boot REST API. It handles business logic, data storage, and communication with the PostgreSQL database hosted on Neon. The backend is deployed on Koyeb. The frontend can be found here.

✨ Features

  • RESTful Endpoints: Provides endpoints for managing homes, contact messages, and visit requests.
  • Database Integration: Interfaces with a PostgreSQL database to store and retrieve data.
  • DTOs for Frontend Communication: Supplies structured data for the React frontend.
  • Security & CORS Configurations: Ensures secure and cross-origin communication.
  • Entity Models:
    • ContactMessage: Stores user inquiries.
    • Home: Represents homes available for sale.
    • HomeDetails: Provides additional details about homes.
    • Visit: Manages visit scheduling information.

Made with some really cool tools 👇

About

REST API in Java/Spring. Public endpoints for contact, querying properties. Protected endpoints for CRUD on properties.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages