Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/irevoire/crustyline

What is on the menu today in WorldLine-Seclin ?
https://github.com/irevoire/crustyline

docker rust worldline

Last synced: 9 days ago
JSON representation

What is on the menu today in WorldLine-Seclin ?

Awesome Lists containing this project

README

        

# Crustyline

The first aim of this project is to learn rust.
The second aim of this project is to know what I'll eat this week.

This project should be deployed at https://wl.irevoire.ovh

## How do I start

### Required software

You'll need rust and cargo. You should install everything from rustup : https://doc.rust-lang.org/cargo/getting-started/installation.html

### Building

```
cargo build
```

### Running

```
cargo run
```

### Docker

#### Pulling the image:
```
docker pull reg.irevoire.ovh/crustyline
```

#### Running the image:
```
docker run --restart=always -d --name crustyline reg.irevoire.ovh/crustyline
```