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