https://github.com/amirgamil/athena
Record your thoughts quickly and organize them with tags and keywords
https://github.com/amirgamil/athena
go torus
Last synced: about 1 year ago
JSON representation
Record your thoughts quickly and organize them with tags and keywords
- Host: GitHub
- URL: https://github.com/amirgamil/athena
- Owner: amirgamil
- Created: 2021-04-06T21:08:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-16T19:04:36.000Z (over 4 years ago)
- Last Synced: 2025-04-14T01:04:00.269Z (about 1 year ago)
- Topics: go, torus
- Language: JavaScript
- Homepage: https://myathena.vercel.app/
- Size: 92.8 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Athena 📦
A database to dump your thoughts and not forget them. Athena is a simple tool for recording snippets of thought and tagging them by keywords. Instead of being opinionated about how to record data and filled with features, Athena is a simple interface for adding and tagging thoughts. This project is inspired by [Pico]()

This is a personal workflow tool but check the instructions for how to deploy this locally. Will adapt and add features as my workflow changes.
# Deploying
You can run Athena on your local computer simply by cloning the repo, navigating to the main directory, and running
```
go run pkg/athena/server.go
```
and then navigating to localhost:8998. You'll need to install [Go](https://golang.org/doc/install) on your machine to do this.
To deploy this on your own server rig, I'll be posting detailed instructions soon.