Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.

deadbaed/epitech-ics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published