Skip to content

Latest commit

Β 

History

History
89 lines (67 loc) Β· 2.04 KB

File metadata and controls

89 lines (67 loc) Β· 2.04 KB

CrydenSync Examples

Status License Go Version

πŸ”— Quick Links

🎯 Purpose

Copy-paste ready code examples for common use cases.

πŸ“Š Status

  • Phase: Planning
  • Progress: 0%
  • Target: Before v1.0.0 launch

πŸ—ΊοΈ Roadmap

v1.0.0

  • Go basic example
  • Go with SQLite
  • Go with PostgreSQL
  • HTTP API examples

v1.1.0

  • React example
  • Next.js example
  • Python Flask example
  • Node.js example

πŸ“ Structure


examples/
β”œβ”€β”€ go/
β”‚   β”œβ”€β”€ basic/
β”‚   β”œβ”€β”€ with-sqlite/
β”‚   └── with-postgres/
β”œβ”€β”€ javascript/
β”‚   β”œβ”€β”€ react/
β”‚   └── node/
β”œβ”€β”€ python/
β”‚   └── flask/
└── php/
└── laravel/

πŸ”§ Development

cd examples/go/basic
go run main.go

πŸ†˜ Getting Help

🀝 Contributing

We welcome contributions! Please:

  1. Read CONTRIBUTING.md
  2. Check open issues
  3. Join Discord

Current needs:

  • πŸ› Bug hunters
  • πŸ“ Documentation writers
  • πŸ§ͺ Testers
  • πŸ’‘ Feature ideas

πŸ“„ License

MIT Β© CrydenSync

This is open source software. Use it freely, modify it, share it.