|
9 months ago | |
---|---|---|
models | 9 months ago | |
schema | 9 months ago | |
webapp | 9 months ago | |
wwwroot | 9 months ago | |
.dockerignore | 9 months ago | |
.editorconfig | 9 months ago | |
.gitignore | 9 months ago | |
Application.go | 9 months ago | |
Dockerfile | 9 months ago | |
LICENSE | 9 months ago | |
Makefile | 9 months ago | |
README.md | 9 months ago | |
api_login.go | 9 months ago | |
bg_cleanupSessions.go | 9 months ago | |
db.go | 9 months ago | |
go.mod | 9 months ago | |
go.sum | 9 months ago | |
hash.go | 9 months ago | |
main.go | 9 months ago | |
neterror.go | 9 months ago | |
package-lock.json | 9 months ago | |
package.json | 9 months ago | |
rollup.config.js | 9 months ago | |
sqlboiler.json | 9 months ago | |
tools.go | 9 months ago | |
tsconfig.json | 9 months ago |
webscaffold
is a sample web application project that can be adopted as a base.
This project is made available to you under the terms of the 0-clause BSD license i.e. you may take this code without attribution.
make deps
(gitignored)make models
(should commit)npm run watch
(gitignored)go build
./webscaffold
dokku apps:create webscaffold
schema
table for tracking migrationsargon2i
var state;
cat FILE | openssl dgst -sha384 -binary | openssl base64 -A