A simple ToDo HTTP server, written in Rust, using Actix Web Framework.
API Documentation: Postman Link
This repository contains a simple backend built using Actix Web Framework, for a basic ToDo Application.
It uses SeaORM and Postgres for its Database needs.
For more information about this TASK, refer to TASK.md.
Compatible with the SvelteKit Frontend avaialble at github.com/L4TTiCe/ToDo-SvelteKit
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.