To-Do list in GoLang with Redis as a backend -- Sample project for proof of concepts

πŸ—’ GoLang To-Do List Sample App w/ Redis

Build Status Coverage Status

πŸ“ Description

A simple to-do list app written in GoLang with Redis as a backend showing a few GoLang features.

πŸ“ Features

πŸ“ Dependencies

πŸ“ Installation

To install the app, run the following command:

πŸ“ Usage

To run the app, run the following command:

go run main.go

πŸ“ Testing Coverage

To see the coverage report, run the following command:

go tool cover -html=coverage.out
Owner
Similar Resources

Expand host pattern to host list.

expandhost Expand host pattern to host list. E.g.: Expand foo[01-03,06,10-12].[beijing,wuhan].bar.com, the result will be as follows: []string{ "f

Dec 24, 2021

A customized go list with index, sort, append, pop, count, clear and last item methods

golist A customized go list with index, sort, append, pop, count, clear and last item methods About The list data type has some more methods. Here are

Mar 6, 2022

A productivity tools to diagnose list of exported URL status from Google Search Console, Analytics, Sitemap URL...etc.

google-url-checker A productivity tools to diagnose list of exported URL status from Google Search Console, Analytics, Sitemap URL...etc. A quick way

Dec 31, 2021

Maven-client - A command line tool to query first order and transitive maven coordinates based off an initial list of coordinates.

maven-client Description This CLI reads a list of maven group artifact version (GAV) coordinates and returns an ordered list of first order and transi

Jan 6, 2022

MealPlanr is an application dedicated to the trivial and boring task of meal planning πŸ“… and generating a shopping list πŸ›’ .

MealPlanr is an application dedicated to the trivial and boring task of meal planning πŸ“… and generating a shopping list πŸ›’ .

MealPlanr is an application dedicated to the trivial and boring task of meal planning πŸ“… and generating a shopping list πŸ›’ .

Mar 1, 2022

Token-list - The community maintained Solana token registry

Please note: This repository is being rebuilt to accept the new volume of token

Feb 2, 2022

Client-Server Expression Evaluator with Persistent Database Support (Redis & SQL)

Client-Server-Expression-Evaluator Client-Server Expression Evaluator with Persistent Database Support (Redis & SQL). Client-Server Expression Evaluat

Jan 4, 2022

Centralized backend & server for Vocdoni's Voting-as-a-Service API

Centralized backend & server for Vocdoni's Voting-as-a-Service API

Vocdoni Manager Backend The vocdoni manager is a private service providing organizations with a UI to manage their community and edit their public con

Feb 18, 2022

API client/backend for Moody's infrastructure

MoodyAPI API client/back-end for Moody's infrastructure The API back-end currently provides: DDNS Records Maintenance. Surveillance Camera Notificatio

Dec 14, 2022
Shopping-list - Shopping List as part of the training

ShoppingList Shopping List as part of the training Requirements User should be a

Jan 11, 2022
Sample serverless application written in Golang
Sample serverless application written in Golang

Serverless Go Demo This is a simple serverless application built in Golang. It consists of an API Gateway backed by four Lambda functions and a Dynamo

Dec 15, 2022
Sample CDK projects developed by AWS Professional Services (ProServe)

AWS CDK Examples - ProServe This repository contains a set of CDK example projects which have been developed by AWS Professional Services (ProServe).

Dec 27, 2022
Sample application managed with AWS CDK v2 (TypeScript).

honyakutter-ts This is an application that translates text entered in Japanese into English and tweets it, defined using AWS CDK v2 (TypeScript) and u

Dec 7, 2021
Go-serverless-eth-event-listener - Go serverless, ethereum contract event listener with a sample contract

go-serverless-eth-event-listener This repository is for showing how to listen sm

May 19, 2022
Twitter backend - Golang
Twitter backend - Golang

A Twitter-like Website This repository contains the backend code for the final project of Fall 2020 Internet Engineering course. In this project,

Nov 26, 2022
Instagram Backend API with golang
Instagram Backend API with golang

Appointy - Task Instagram Backend API 1) Creating an user 2) Getting an user by id 3) Creating a post 4) Getting a post by id 5) Getting List of posts

Oct 3, 2022
Golang backend for GerivichStore.ID website

GERVICHSTORE.ID - API Backend API for GERVICHSTORE.ID website. API SPEC Products Get All Products Method : GET Endpoint : /api/products/ Header : Cont

Dec 28, 2021
Awesome-go list with stars. Automatically updated

About This repository is a clone of Awesome Go but with stars. All repositories are still sorted alphabetically. Why? Some of the viewers might be aga

Jan 3, 2023
API call that accepts a list of sold Items and creates Payouts for the sellers.

Introduction As a marketplace, we need to pay our sellers for every item that has been sold on our platform. In this task, you’ll be working with 2 ma

Dec 15, 2021