dheshanm / ToDo-Actix

A simple ToDo App written in Rust, using actix-web and MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ToDo-Axtix

Run in Postman

A simple ToDo HTTP server, wriited in Rust, using Actix Web Framework.

API Documentation: Postman Link

A Simple ToDo App Service

This repository contains a simple backend built using Actix Web Framework, for a basic ToDo Application.

It uses MongoDB for its Database, and uses the official MongoDB drivers to access the same.

For more information about the TASK, refer to TASK.md.

Compatible with the SvelteKit Frontend avaialble at github.com/L4TTiCe/ToDo-SvelteKit

Running the Application

Once you've cloned the repository you can start the service with

cargo run

If you want a spin up a Docker container with the Rust App, together with a MongoDB Docker instance,

cargo make docker

Note: 'cargo make' requires the 'cargo-make' crate, which can be installed using 'cargo install --force cargo-make'. Refer https://github.com/sagiegurari/cargo-make for more information.

About

A simple ToDo App written in Rust, using actix-web and MongoDB


Languages

Language:Rust 93.2%Language:Dockerfile 5.7%Language:Shell 1.1%