You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Drew Bednar f42a41fa1c Finally making progress 10 months ago
..
gowiki Finally making progress 10 months ago
.gitignore git ignore changes 11 months ago
README.md Adding additional comments 11 months ago

README.md

Go Web App

https://go.dev/doc/articles/wiki/

I've taken this project a bit further then the article. Follow on work can include:

  • Further project layout refactoring (handlers, models, etc.)
  • More unit tests
  • An E2E test suite
  • SQLite Database instead of files
  • Support for Markdown
  • Tailwind CSS Styling
  • A config file?
  • Makefile install command
    • With Systemd unit file
  • Dockerfile
  • Spin off into it's own repo
    • Drone.io pipeline
      • Runs test suite
      • Tarball release artifact on Promote
      • Deb release artifact on Promote