Improve readme
The project aims to build a basic web application using the Rocket framework, providing the following features:
Clone the Repository: Clone the repository to your local machine.
Start SurrealDB:
surreal start memory -A --auth --user root --pass root --bind 0.0.0.0:8001
Start the Rocket web server:
cargo run
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Rocket App with SurrealDB: TODO App
The project aims to build a basic web application using the Rocket framework, providing the following features:
Requirements
Setup
Clone the Repository: Clone the repository to your local machine.
Start SurrealDB:
Start the Rocket web server:
Usage