Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lucasshuan/rust-rocket-api

Rocket-powered Rust API 🚀
https://github.com/lucasshuan/rust-rocket-api

mongodb rust rust-rocket

Last synced: about 1 month ago
JSON representation

Rocket-powered Rust API 🚀

Awesome Lists containing this project

README

        



Rust Rocket API



📃 About  |  
💻 Technologies  |  
🚀 Getting Started  |  
👤 Author

## 📄 About

A 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.

## 💻 Technologies

- [Rust](https://www.rust-lang.org)
- [Rocket](https://rocket.rs)
- [MongoDB](https://www.mongodb.com)

## 🚀 Getting Started

### 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
```

## 👤 Author










Lucas Shuan