Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.