boilerplate

command module
v0.0.0-...-c0d651c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2021 License: MIT Imports: 22 Imported by: 0

README

# Golang Boilerplate

This is a small starter project for a Golang server system backed by an SQLite
database. This is meant for single-process programming, meaning that your server
runs in a single process, on a single machine, in a single availibility zone.
I bet that this system will probably get you pretty far, or at least far enough
until you can hire some smart people to build the system "right".

## TODOS

- [X] Setup Go Project
- [X] Configuration Stuffz
- [X] Logging
- [X] SQLite Setup
- [ ] Server Handler
- [ ] Templating Frontend Service (template/html)
- [ ] Service Layer (Optional Pieces)
    - [ ] Authentication Service (may not be a good idea?)
    - [ ] CRON Service
    - [ ] Stripe Billing?

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
pb

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL