Skip to content

Dillongc21/RealEstateApp.Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real Estate App Backend

A backend for a Real Estate posting app, basically a Zillow clone. The app is written in Go, pulls from a PostreSQL database and is deployed and hosted on Netlify. The endpoints are built using standard RESTful conventions.

Technology Stack

The following technologies have been selected to implement and/or manage backend components:

Component Technology / Language Description
Server Netlify Server hosting and deployment
Database PostgreSQL DBMS
API Go Language used to build the app. API endpoints are built using standard Restful API conventions

Endpoint Screenshots

GET

GET Screenshot

GET by ID

GET Screenshot

POST

GET Screenshot

PATCH

GET Screenshot

DELETE

GET Screenshot

Project Progress

  • API functionality
    • Go modules
    • Gin framework router
    • Ability to send/receive HTTP requests/responses
    • GET, GET by ID, POST, PATCH, and DELETE
  • Unit testing
  • PostgreSQL
    • Connection
    • Tables
      • Agent
      • User
      • Address
      • City
      • State
      • Country
      • Posting
  • API implementation
    • Agent
    • User
    • Address
    • Posting
  • Netlify
    • Deployed

About

Real Estate App backend written in Go; PostgreSQL DB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages