Skip to content

baileyfrye1/live-listings-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Listings Server

Go server to live listings dashboard. This is a project to practice building larger APIs in Go and to learn WebSockets. Real estate agents will be able to log in and post any active listings and receive real-time feedback from uesr interaction such as favoriting, views, and messages

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

MakeFile

Run build make command with tests

make all

Build the application

make build

Run the application

make run

Create DB container

make docker-run

Shutdown DB Container

make docker-down

DB Integrations Test:

make itest

Live reload the application:

make dev

Run the test suite:

make test

Run test coverage:

make cover

Clean up binary from the last build:

make clean

About

Go backend to a full stack live listings real estate dashboard. This is a project to learn and practice websockets and implement in a practical project

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors