https://github.com/voltageddebunked/rust-blog
A simple rust blogpost template.
https://github.com/voltageddebunked/rust-blog
actix-web backend blog blogpost frontend full-stack rust tokio
Last synced: about 1 year ago
JSON representation
A simple rust blogpost template.
- Host: GitHub
- URL: https://github.com/voltageddebunked/rust-blog
- Owner: VoltagedDebunked
- Created: 2024-09-14T10:53:42.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T11:01:59.000Z (almost 2 years ago)
- Last Synced: 2025-02-03T16:58:13.520Z (over 1 year ago)
- Topics: actix-web, backend, blog, blogpost, frontend, full-stack, rust, tokio
- Language: Rust
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-blog
A simple rust blogpost template.
## How to use it
First, clone the repo:
```bash
git clone https://github.com/VoltagedDebunked/rust-blog
```
Navigate to the directory:
```bash
cd rust-blog
```
Then, run:
```bash
cargo run
```
Go to `127.0.0.1:8080` to see your blog.