RealEstateApp.Backend

command module
v0.0.0-...-c81855c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 24, 2023 License: MIT Imports: 6 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL