Skip to content

buison1602/todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodoList

Tech stack

Config

copy ./cmd/configExample.yaml to ./.local/config.yaml

Run TodoList

go run cmd/main.go

Project structure

│   .gitignore
│   go.mod
│   go.sum
│   README.md
│
├───.idea
│       .gitignore
│       modules.xml
│       Todo_List.iml
│       vcs.xml
│       workspace.xml
│
├───cmd
│       configExample.yaml
│       main.go
│
├───config
│       config.go
│
├───helper
│       config.go
│       error.go
│       jwtClaims.go
│       utility.go
│
├───storage
│       db.go
│       s_todo.go
│       s_user.go
│
└───web
    │   route.go
    │   web.go
    │   w_auth.go
    │   w_todo.go
    │
    └───potal
            p_auth.go
            p_item.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages