gonotes/README.md

16 lines
465 B
Markdown
Raw Normal View History

2025-01-28 22:09:25 +00:00
# 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!
2025-01-28 22:10:48 +00:00
## 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?