cryarchy / todo-app

The goal of this example is to implement a simple Todo application that utilizes a GraphQL API implemented using Rust's actix-web and juniper crates with the data being persisted to a MongoDB database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo Example

Frontend

Created using VueJs;

Application styling provided borrowed from the TodoMVC Example by Evan You

Backend

This Todo application's backend has been implemented using Rust programming language. Some of the crates from crates.io used include:

actix-web juniper mongodb

You can find a comprehensive list in the backend/Cargo.toml file.

Goal

The goal of this example is to implement a simple Todo application that utilizes a GraphQL API implemented using Rust's actix-web and juniper with the data being persisted to a MongoDB database.

The applications demonstrates:

Disclaimer: This repository is created for learning purposes and is by no means meant to be a fully fledged application. That said, feel free to suggest improvements to all implementations herein.

About

The goal of this example is to implement a simple Todo application that utilizes a GraphQL API implemented using Rust's actix-web and juniper crates with the data being persisted to a MongoDB database.


Languages

Language:Rust 41.5%Language:CSS 23.0%Language:HTML 18.2%Language:JavaScript 17.3%