Posts API

This is a simple API that allow you to register users, login and create, update and delete posts.

It was developed to learn more about Golang.

Technologies

  • Golang
  • Postgres
  • Docker
  • Docker Compose

How to run

  1. Clone this repository
  2. Run docker-compose up
  3. Access http://localhost:3000