gonotes/README.md

465 B

gonotes

A toyish project for a shared notebook of sorts implemented in go. It's mostly a learning opportunity for using go, and partially an intent to end up with a shared notebook!

It's not shared in the sense of simultaneous editing, don't do that!

TODO

  • handle static urls in the django url mapping style
  • Write a delete view
  • Style up the templates better
  • Serve frontend dependencies from /static/
  • Populate frontend dependencies automagically?