Clone the repo:
git clone https://github.com/Catgroove/message-rest-api.git
Run docker-compose:
docker-compose up
The site is available at http://localhost:3000/.
Clone the repo:
git clone https://github.com/Catgroove/message-rest-api.git
cd into backend:
cd backend
Install all the dependencies:
go get -u ./...
Run the server:
go run main.go
The server is available at http://localhost:8080/.
Run tests:
go test ./...