30 lines
1 KiB
Markdown
30 lines
1 KiB
Markdown
# ☁️ Cloud Backend Services
|
|
|
|
Backend web services for Maple Open Technologies, written in Go.
|
|
|
|
---
|
|
|
|
## 📦 Projects
|
|
|
|
- **[maplepress-backend](./maplepress-backend)** - MaplePress WordPress search service
|
|
- **[maplefile-backend](./maplefile-backend)** - MapleFile modular monolith
|
|
- **[infrastructure](./infrastructure)** - Shared infrastructure (Cassandra, Redis, Meilisearch, SeaweedFS)
|
|
|
|
---
|
|
|
|
## 🚀 Getting Started
|
|
|
|
Each project has its own documentation:
|
|
|
|
1. Start infrastructure: See [infrastructure](./infrastructure)
|
|
2. Start a backend: See [maplepress-backend](./maplepress-backend) or [maplefile-backend](./maplefile-backend)
|
|
|
|
All backends share the same infrastructure for development.
|
|
|
|
## 🤝 Contributing
|
|
|
|
Found a bug? Want a feature to improve the cloud services? Please create an [issue](https://codeberg.org/mapleopentech/monorepo/issues/new).
|
|
|
|
## 📝 License
|
|
|
|
This application is licensed under the [**GNU Affero General Public License v3.0**](https://opensource.org/license/agpl-v3). See [LICENSE](../LICENSE) for more information.
|