Skip to content

Ibcs16/my-little-kanban-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-little-kanban-api 🌐

A RESTful API built with Go and Gin framework

Live 🚀

APP https://my-little-kanban.vercel.app/ API https://my-little-kanban.herokuapp.com/todos

Technologies ✨

  • Golang
  • Gin framework
  • mongodb database

Features ✅

  • Add todo
  • List todos
  • Edit Todo
  • Delete Todo
  • Get todo lists
  • Update todo lists cards ordering

Install dependencies

Run go get ./...

Run locally?

Inside root folder run go run .

Releases

No releases published

Packages

No packages published

Languages