Skip to content

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.

Notifications You must be signed in to change notification settings

cryarchy/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published