https://github.com/lucasshuan/rust-rocket-api
Rocket-powered Rust API 🚀
https://github.com/lucasshuan/rust-rocket-api
mongodb rust rust-rocket
Last synced: 4 months ago
JSON representation
Rocket-powered Rust API 🚀
- Host: GitHub
- URL: https://github.com/lucasshuan/rust-rocket-api
- Owner: lucasshuan
- Created: 2023-11-23T21:43:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-29T19:02:04.000Z (over 1 year ago)
- Last Synced: 2024-11-14T08:40:16.816Z (6 months ago)
- Topics: mongodb, rust, rust-rocket
- Language: Rust
- Homepage:
- Size: 17.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
Rust Rocket API
📃 About  | Â
💻 Technologies  | Â
🚀 Getting Started  | Â
👤 AuthorA Rust backend project, harnessing the power of Rocket and MongoDB, featuring two streamlined collections, 'Rocket' and 'Person', for the development of a high-performance API.
- [Rust](https://www.rust-lang.org)
- [Rocket](https://rocket.rs)
- [MongoDB](https://www.mongodb.com)### Prerequisites
- **Rust**
- **MSVC (Microsoft Visual C++ Compiler)**
- Required for certain dependencies. You can download it as part of Visual Studio Community [here](https://visualstudio.microsoft.com/visual-cpp-build-tools/).### Installing
1. **Clone the repository:**
```bash
git clone https://github.com/lucasshuan/rust-rocket-api.git
cd rust-rocket-api
```2. **Start the rust server:**
```bash
cargo run
```