index
:
newsstand.git
trunk
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2023-11-28
added migrations via tern, updated db package to connect to pgsql db, ↵
Alexander Kavon
updated config to build db connection string, updated example .newsstand.toml config, new pgx dependency
2023-11-28
working container compose w/database, no more auth package, message template ↵
Alexander Kavon
partial, working html template writing, auth routes in user/routes.go
2023-11-28
build ui and render templates, build routes
Alexander Kavon
2023-11-27
templates renamed as ui, initial funcs for render and building templates/ui
Alexander Kavon
2023-11-27
resolvePath function for future path resolution in conf struct building
Alexander Kavon
2023-11-27
template files for registration page, updated cwd handling, included cwd and ↵
Alexander Kavon
config file path in conf struct
2023-11-27
config updates, rename user model, load auth routes, initial templating poc
Alexander Kavon
2023-11-15
expose ports on host and ocntainer
Alexander Kavon
2023-11-15
container env for development
Alexander Kavon
2023-11-15
use proper func for new db
Alexander Kavon
2023-11-14
db skeleton
Alexander Kavon
2023-11-14
router types; pass config, routes, db to server type, serve func
Alexander Kavon
2023-11-14
new packages for users, posts, server
Alexander Kavon
2023-11-13
scaffolding
Alexander Kavon
2023-11-13
add README.md, .gitignore
Alexander Kavon
2023-11-13
router and config loader
Alexander Kavon