Mini House Property: Is a mini Golang Application Programming Interface that provides CRUD operations for house property.
Here are some of the features:
- Create house
- Get multiple or single houses
- Put house and Delete house
- Golang
Perform the following steps to run the application:
1- Clone the App
git clone https://github.com/Surdy-A/house-api
2- Change directory into the house-api and run
go run main.go
├── .gitignore
├── app.go
├── go.mod
├── go.sum
├── main.go
├── model.go
├── schema.sql
│ ├── utils.go
└── |