This commit is contained in:
33
README.md
33
README.md
@@ -2,11 +2,11 @@
|
||||
|
||||
<div align="center">
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
@@ -17,13 +17,17 @@ Backend service providing GraphQL API for content management system with reactio
|
||||
|
||||
## 📚 Documentation
|
||||
|
||||
 • [API Documentation](docs/api.md)
|
||||
 • [Authentication Guide](docs/auth.md)
|
||||
 • [Caching System](docs/redis-schema.md)
|
||||
 • [Features Overview](docs/features.md)
|
||||
• [API Documentation](docs/api.md)
|
||||
• [Authentication Guide](docs/auth.md)
|
||||
• [Caching System](docs/redis-schema.md)
|
||||
• [Features Overview](docs/features.md)
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## 🚀 Core Features
|
||||
|
||||
### Shouts (Posts)
|
||||
- CRUD operations via GraphQL mutations
|
||||
- Rich filtering and sorting options
|
||||
@@ -46,6 +50,9 @@ Backend service providing GraphQL API for content management system with reactio
|
||||
- Activity tracking and stats
|
||||
- Community features
|
||||
|
||||
### RBAC & Permissions
|
||||
- RBAC with hierarchy using Redis
|
||||
|
||||
## 🛠️ Tech Stack
|
||||
|
||||
**Core:** Python 3.12 • GraphQL • PostgreSQL • SQLAlchemy • JWT • Redis • txtai
|
||||
@@ -134,13 +141,15 @@ query GetShout($slug: String) {
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
</div>
|
||||
|
||||
## 🤝 Contributing
|
||||
|
||||
[CHANGELOG.md](CHANGELOG.md)
|
||||
|
||||
 • [Read the guide](CONTRIBUTING.md)
|
||||
|
||||
We welcome contributions! Please read our contributing guide before submitting PRs.
|
||||
@@ -151,8 +160,10 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
|
||||
|
||||
## 🔗 Links
|
||||
|
||||
 • [discours.io](https://discours.io)
|
||||
 • [Source Code](https://github.com/discours/core)
|
||||

|
||||

|
||||
• [discours.io](https://discours.io)
|
||||
• [Source Code](https://github.com/discours/core)
|
||||
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user