https://github.com/royalicing/collected-source-appengine
Manage and process content, from Markdown to images
https://github.com/royalicing/collected-source-appengine
Last synced: 8 months ago
JSON representation
Manage and process content, from Markdown to images
- Host: GitHub
- URL: https://github.com/royalicing/collected-source-appengine
- Owner: RoyalIcing
- Created: 2018-04-16T14:49:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-01T08:34:21.000Z (over 7 years ago)
- Last Synced: 2025-03-12T10:09:06.703Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 1.07 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- Content management system
- Write Markdown
- Upload CSV
-
## People
- Developers who need a CMS for their website
- Front-end developers who need a backend for their single-page app
- Members of teams who need to communicate with the other members
- Teams who need to communicate with other teams
## Repos
### Content
Content is stored by their content address.
### Taxonomy
Has many tags, which can be used to search by.
Has many referencing UUIDs, which can be used to show replies in order.
### Timestamps
Created at
### Item model
- Item
- groupUUID
- uuid
- Content
- sha256
- Timestamps
- createdAt
- Taxonomoy
- tags
- referencingUUID