Go to file
James Ravenscroft 306af3dcc1 refactor layouts and templates, initial commit of FAQs page, preview of json generation 2022-02-20 15:07:29 +00:00
config refactor layouts and templates, initial commit of FAQs page, preview of json generation 2022-02-20 15:07:29 +00:00
controllers refactor layouts and templates, initial commit of FAQs page, preview of json generation 2022-02-20 15:07:29 +00:00
middlewares implement database user login/auth 2022-02-13 15:49:22 +00:00
models refactor layouts and templates, initial commit of FAQs page, preview of json generation 2022-02-20 15:07:29 +00:00
server refactor layouts and templates, initial commit of FAQs page, preview of json generation 2022-02-20 15:07:29 +00:00
services refactor layouts and templates, initial commit of FAQs page, preview of json generation 2022-02-20 15:07:29 +00:00
static/css implement pulling data from IMDB and caching 2022-02-05 21:52:46 +00:00
templates refactor layouts and templates, initial commit of FAQs page, preview of json generation 2022-02-20 15:07:29 +00:00
README.md update repo with various boilerplate bits 2022-02-05 14:55:57 +00:00
go.mod implement discovery of micropub config and auth 2022-02-06 12:06:19 +00:00
go.sum implement discovery of micropub config and auth 2022-02-06 12:06:19 +00:00
main.go update repo with various boilerplate bits 2022-02-05 14:55:57 +00:00

README.md

IndieScrobble

Development

Nicest way to run IndieScrobble for development is via codegangsta/gin which will restart the application when you change the source code.