A simple RESTful API built with Go that manages a list of pet-friendly places. This project is great for learning how to work with databases, HTTP handlers, CI/CD, etc.
- Get all pet-friendly places
- Add a new place (POST support)
- Store data in a database (not just in memory)
- Easily extendable for things like user subscriptions or webhooks
- GO
net/http
- PostgreSQL
- Docker, Tilt
- Github Actions
- Postman