Skip to content

hieuhani/publiz

Repository files navigation

Publiz

Yet another content management platform, but trying to do the best on 3 points:

  • Integration with your existing system
  • Multi-purposed usages from a simple blog site to a social network
  • Automated content management

Technical specifications

  • API router framework is Hono
  • Database access with Kysely
  • Database system is PostgreSQL
  • Javascript runtime is Bun
  • MVP Authentication with Firebase

Quick start

  1. Install bun

    curl -fsSL https://bun.sh/install | bash
  2. Run dependent services

    docker compose up
  3. Configure environment

    cp apps/api/.env.sample apps/api/.env
  4. Run migration

    bun run migrate:dev:latest
  5. Run api service

    bun run dev

Contributing

  • Open an issue if you believe you've encountered a bug with the module.

License

MIT License