Skip to content

webix-hub/todo-go

Repository files navigation

Go backend for the ToDo

How to start

go build
./todo-go

DataBase

Can work with MySQL or SQLite ( default )

  • following is the config for MySQL:
db:
  type: mysql
  user: root
  password: 1
  host: localhost
  database: todos

(you need to create the database (code will init all necessary tables on its own))

  • following is the config for SQLite:
db:
  type: sqlite
  path: db.sqlite

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published