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.
- Add, update, delete, and retrieve authors.
- Add, update, delete, and retrieve books.
- MongoDB as the database.
- Asynchronous operations with Actix Web.
- Rust (stable or nightly)
- MongoDB
- Cargo
-
Clone the repository:
git clone https://github.com/leavedtrait/mongodb-rust-api.git cd mongodb-rust-api