数据集
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
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