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.
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 |
- 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




