Skip to content

RISING-CODER777/Todo-List-Golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

📝 Todo-List-Golang

This is a to-do list application.

Server: Golang
Database: Local MongoDB

Application Requirement

The packages to be installed

github.com/go-chi/chi

chi is a lightweight, idiomatic and composable router for building Go HTTP services

github.com/go-chi/chi/middleware

github.com/thedevsaddam/renderer

Simple, lightweight and faster response (JSON, JSONP, XML, YAML, HTML, File) rendering package for Go

gopkg.in/mgo.v2

performs all CRUD oprations

gopkg.in/mgo.v2/bson

It was created as part of the mgo MongoDB driver for Go, but is standalone and may be used on its own without the driver.

🐯: Walk through the application

Open application at http://localhost:9000

Index page

Add your todo

Type on the add your todo bar and then click enter.

Editing your todo

click on the edit icon and then edit your todo and then press enter.

Deleting your todo

click on the delete icon and the press ok.

Final todo list

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published