Rust Beer

screenshot of Rust Beer

CRUD Application written with the power of SvelteKit and Rust

Overview:

This repo provides a complete implementation of a beer CRUD API with a frontend. The frontend is built using SvelteKit, while the backend is built with Actix Web/Rust. The data is stored in a MongoDB database. The application allows users to perform CRUD operations on beer data.

Features:

  • Beer Crud API: Allows users to create, read, update, and delete beer data.
  • SvelteKit Frontend: Provides a user-friendly interface for interacting with the CRUD API.
  • MongoDB Integration: Data is stored in a MongoDB database for efficient retrieval and management.

Summary:

The Beer App with Rust/SvelteKit is a full-stack application that allows users to perform CRUD operations on beer data. It provides a responsive and intuitive user interface built with SvelteKit, and the backend is written in Actix Web/Rust. The use of a MongoDB database ensures efficient storage and retrieval of beer data. Overall, this app provides a seamless experience for managing and interacting with beer information.