deadbaed / epitech-ics

epitech calendar in ics format

Home Page:https://ics.epi.today

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

epitech-ics

development

Tools required: rust and cargo. You can use rustup to install them.

Run cargo build to compile and cargo run to start the web server.

By default, the server listens on port 4343. Change this value with the PORT environment variable.

⚠️ Warning: The server listens on http only, which means that zero bytes will be encrypted! There is confidential data that will be transferred between the client and the server, please keep security in mind when deploying.

deployment

Run cargo build --release to compile with optimisations enabled.

The binary will be available at ./target/release/epitech-ics.

You can also deploy with Docker by building the Dockerfile and using it.

About

epitech calendar in ics format

https://ics.epi.today


Languages

Language:Rust 65.0%Language:HTML 27.7%Language:Dockerfile 7.3%