Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 350 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 350 Bytes

blooprint

Go REST API template.

Prerequisites

  • Go v1.22.x
  • Docker

Get started

  1. Create .env file
cp .env.example .env
  1. Start database
make db-up
  1. Run server
make run

Stack

  • Chi
  • MongoDB

Features

  • Database
  • Unit tests
  • Containerization
  • GitHub Actions
  • Live reload
  • Linting
  • Logging