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
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
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