Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/svelterust/elixir
- Owner: svelterust
- Created: 2021-08-02T13:17:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-14T18:22:44.000Z (over 2 years ago)
- Last Synced: 2024-11-24T16:18:11.598Z (about 2 months ago)
- Topics: rocket, rust, sqlite
- Language: Rust
- Homepage: https://mighty-ocean-31553.herokuapp.com/
- Size: 128 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)