Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chaojiangcn/rust-bbs-website


https://github.com/chaojiangcn/rust-bbs-website

bbs nextjs14 react

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

> 这里是 rust-bbs 开源项目的客户端,本项目旨在帮助大家快速了解&入门 rust Web 开发,如果觉得对你有帮助记得点个🌟,🙏。

## 项目地址

## 项目介绍

`rust-bbs`是一个使用 Rust 语言搭建的开源社区系统,采用前后端分离技术。Nextjs 作为前端用户界面渲染框架,Rust 提供 API 数据支持。

后端地址 [点这里](https://github.com/chaojiangcn/rust-bbs-server)

### 功能结构

## Getting Started

First, run the development server:

配置本地开发环境
```bash
#.env.local
NEXT_PUBLIC_BASE_URL=http://127.0.0.1:8000
```

```bash
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.