Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 683 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 683 Bytes

Bookstore API

A simple bookstore API built using Rust, Actix Web, and MongoDB. This API allows you to manage books and authors in a bookstore, including operations for adding, updating, retrieving, and deleting entries.

Features

  • Add, update, delete, and retrieve authors.
  • Add, update, delete, and retrieve books.
  • MongoDB as the database.
  • Asynchronous operations with Actix Web.

Requirements

  • Rust (stable or nightly)
  • MongoDB
  • Cargo

Installation

  1. Clone the repository:

    git clone https://github.com/leavedtrait/mongodb-rust-api.git
    cd mongodb-rust-api