Updated project layout in README.md

main
Joey Hines 2021-10-03 14:07:37 -06:00
parent b92308da67
commit a448eea18d
No known key found for this signature in database
GPG Key ID: 80F567B5C968F91B
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ This version is still very early in development and things are very likely to ch
## Project Layout
* [`geoffrey_models`](./geoffrey_models): Models used throughout Geoffrey, split into their
own library for reuse.
* [`geoffrey_db](./geoffrey_db): Wrapper around [Sled](https://github.com/spacejam/sled) that implements the
database functionality. (This is subject to change a lot)
* [`geoffrey_api](./geoffrey_api): API wrapper around the database to provide data to the website, bot, plugin, etc.
It will have has parts, the command API and the model API. A lot of Geoffrey's logic is implemented here.
## License
[License](LICENSE)