Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-14T02:39:52.000Z (about 2 months ago)
- Last Synced: 2024-12-14T03:23:08.747Z (about 2 months ago)
- Topics: admin-dashboard, admin-panel, axum, blog, dioxus, dioxus-fullstack, full-stack, mongodb, rust
- Language: Rust
- Homepage: https://opensass.org
- Size: 1.29 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌐 Open SASS
[![made-with-rust](https://img.shields.io/badge/Made%20with-Rust-1f425f.svg?logo=rust&logoColor=white)](https://www.rust-lang.org/)
[![Rust](https://img.shields.io/badge/Rust-1.79%2B-blue.svg)](https://www.rust-lang.org)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/wiseaidev)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)[![Open SASS Discord](https://dcbadge.limes.pink/api/server/b5JbvHW5nv)](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 [email protected]
```## 🚀 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.