Skip to content

Simple REST API written in Rust for managing a bookstore.

Notifications You must be signed in to change notification settings

leavedtrait/mongodb-rust-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple REST API written in Rust for managing a bookstore.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages