https://github.com/opensass/opensass
(WIP) 🦀 A Blazingly Fast 🚀 Full Stack Blog App With Admin Panel & Landing Page Powered by Dioxus. Dioxus Server Functions, Axum & MongoDB.
https://github.com/opensass/opensass
admin-dashboard admin-panel axum blog dioxus dioxus-fullstack full-stack mongodb rust
Last synced: 11 months ago
JSON representation
(WIP) 🦀 A Blazingly Fast 🚀 Full Stack Blog App With Admin Panel & Landing Page Powered by Dioxus. Dioxus Server Functions, Axum & MongoDB.
- Host: GitHub
- URL: https://github.com/opensass/opensass
- Owner: opensass
- License: mit
- Created: 2024-10-30T09:26:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-16T20:34:03.000Z (about 1 year ago)
- Last Synced: 2025-01-21T22:14:43.544Z (about 1 year ago)
- Topics: admin-dashboard, admin-panel, axum, blog, dioxus, dioxus-fullstack, full-stack, mongodb, rust
- Language: Rust
- Homepage: https://opensass.org
- Size: 1.32 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌐 Open SASS
[](https://www.rust-lang.org/)
[](https://www.rust-lang.org)
[](https://github.com/wiseaidev)
[](LICENSE)
[](https://discord.gg/b5JbvHW5nv)
## 🛠️ Pre-requisites:
1. Install [`rustup`](https://www.rust-lang.org/tools/install):
```bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
1. Install [`Dioxus CLI`](https://dioxuslabs.com/learn/0.5/getting_started):
```bash
cargo install dioxus-cli@0.5.6
```
## 🚀 Building and Running
1. Fork/Clone the GitHub repository.
```bash
git clone https://github.com/opensass/opensass
```
1. Run the client:
```sh
dx serve --port 3000
```
Navigate to http://localhost:3000 to explore the landing page.