Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/endalk200/goxcelerator-mon

go full backend monolith kickstarter containing all sensible defaults and following best practices for each implementation.
https://github.com/endalk200/goxcelerator-mon

backend go golang kickstarter template-project

Last synced: 19 days ago
JSON representation

go full backend monolith kickstarter containing all sensible defaults and following best practices for each implementation.

Awesome Lists containing this project

README

        

# GoXcelerator-mon

GoXcelerator-mon is go full backend monolith kickstarter containing all sensible defaults and following best practices for each implementation.

## Tech Stacks

- [Go Chi](https://github.com/go-chi/chi) - a lightweight, idiomatic and composable router for building Go HTTP services.
- [sqlc](https://github.com/sqlc-dev/sqlc) - Minimal and light weight backend framework closily comp
- [validator](https://github.com/go-playground/validator) - Package validator implements value validations for structs and individual fields based on tags.

## Features

- Implements endpoint for server health
- Implements endpoints for `signup`, `login` and more
- Robust request validation using `validator`