Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/svelterust/elixir

Tiny hacker news like web application
https://github.com/svelterust/elixir

rocket rust sqlite

Last synced: about 2 months ago
JSON representation

Tiny hacker news like web application

Awesome Lists containing this project

README

        

# Elixir

Elixir is a hacker-news like web application with the goals of being tiny, performant and easy to set up.

## Deploy

```bash
sudo pacman -S rust gcc git
git clone https://github.com/knarkzel/elixir
cd elixir/
cargo run
```

## Built with

- [rust](https://www.rust-lang.org/)
- [rocket](https://rocket.rs/)
- [sqlite](https://www.sqlite.org/index.html)
- [sailfish](https://sailfish.netlify.app/en/)