Go to file
jordi fita mas 9d202e82ca Add the simplest possible web server to test login
This is a very rough test to actually check the login function outside
pgTAP; it is very ugly, in both design and code, and (i hope) does not
reflect future quality.

I was about to use Echo[0] as a “web framework”, but something feels
wrong when using a framework with Go—i do not know what.  I actually
tried it and was even more put off by the JSON-formatted logger that can
not be disabled; i was already losing control of the application!

I created the folder following the apparently de facto guidelines for Go
projects, and i see no problem with mixing Go’s folders with Sqitch’s:
both are part of the same application and there are not conflicts.

[0]: https://echo.labstack.com/
[1]: https://github.com/golang-standards/project-layout
2023-01-13 20:53:43 +01:00
cmd/numerus Add the simplest possible web server to test login 2023-01-13 20:53:43 +01:00
deploy Setup authentication schema and user relation 2023-01-13 20:30:21 +01:00
pkg Add the simplest possible web server to test login 2023-01-13 20:53:43 +01:00
revert Setup authentication schema and user relation 2023-01-13 20:30:21 +01:00
test Setup authentication schema and user relation 2023-01-13 20:30:21 +01:00
verify Setup authentication schema and user relation 2023-01-13 20:30:21 +01:00
web/template Add the simplest possible web server to test login 2023-01-13 20:53:43 +01:00
LICENSE Add LICENSE file 2023-01-13 20:30:21 +01:00
go.mod Add the simplest possible web server to test login 2023-01-13 20:53:43 +01:00
go.sum Add the simplest possible web server to test login 2023-01-13 20:53:43 +01:00
sqitch.conf Setup authentication schema and user relation 2023-01-13 20:30:21 +01:00
sqitch.plan Setup authentication schema and user relation 2023-01-13 20:30:21 +01:00