DB PLANNER is an open-source alternative to Doodle polls built with Svelte and GraphQL.
This repository provides the following components of DB PLANNER:
- the UI, built with Svelte framework
- the GraphQL service with DB backend
DB PLANNER is distributed under the terms of MIT License
- php 7.4+ for the GraphQL service
- DB backend: MySQL or PostgreSQL
- npm, WebPack, composer
npm install
npm run build
composer install
...then see mysql-init.sql for the DB initialization