time-scheduler-server

Crates.iotime-scheduler-server
lib.rstime-scheduler-server
version1.1.6
created_at2023-11-28 03:38:35.976152+00
updated_at2025-01-19 09:32:13.231987+00
descriptionA server for the time-scheduler app
homepage
repositoryhttps://github.com/Dr-42/time-scheduler-server
max_upload_size
id1051562
size81,628
(Dr-42)

documentation

README

Time scheduler server

Server for the Time Sceduler app

Usage

cargo install time-scheduler-server
time-scheduler-server <port>

Migration from 0.*

The server api and data base have new format. To migrate run

cd <path-to-time-scheduler-data-you-had>
time-scheduler-server migrate

This will create a new migrations folder

If you trust me enough

cd <path-to-time-scheduler-data-you-had>
time-scheduler-server migrate --overwrite
Commit count: 43

cargo fmt