Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 537 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 537 Bytes

An event listing service for parties, protests, and any other forms of collective assembly you might not want to advertise on facebook.

Currently very much under production and not finished yet!

Infrastructure

flowchart LR
    database[(SQLite)] -->|Diesel?| server(Rocket)
    templating(tera) --> server
    server --> webserver(Caddy)
Loading

Set up

(on Debian)

Install libsqlite3-dev this is just a cargo dependency.

To generate database migration

diesel migration generate --diff-schema create_events