|
||
---|---|---|
.. | ||
sql | ||
.gitignore | ||
go.mod | ||
go.sum | ||
main.go | ||
README.md | ||
user.go | ||
util.go |
Backend Usage
In order for this to work, you need to have sqlite3
installed on your system. Once you do, make a databse called users.db
and initialize it with the sql/init.sql
script:
$ cat sql/init.sql | sqlite3 users.db
You can optionally provide the PORT
environment variable to override the
default port of 7741