Skip to content

Ucuping/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO APP

TODO APP API

API Documentations

Setup

Note : Required Go version >= go1.20.0

  • Check go version
go version
  • Install dependencies
go mod tidy
or
go get -u
or
go mod download
or
go install
  • Copy .env.example to .env
cp .env.example .env
  • Run Web Server
make run

🔥 Firing Up Server

  • Development Mode
  • Production Mode

About

TODO APP API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors