Skip to content

web-widgets/event-calendar-go

Folders and files

NameName
Last commit message
Last commit date
Jun 15, 2022
Mar 1, 2022
Aug 30, 2023
Feb 14, 2023
May 3, 2023
Aug 24, 2022
Aug 24, 2022
Aug 24, 2022
Aug 24, 2022
Aug 30, 2023
Aug 30, 2023
Jun 15, 2022
Mar 2, 2022
Aug 30, 2023
Aug 30, 2023
Aug 30, 2023

Repository files navigation

Go backend for the Scheduler

How to start

  • start the backend
go build
./scheduler-go

Configuration

  • create config.yml with application parameters and SQLite config
db:
  path: db.sqlite
  resetonstart: true
server:
  url: "http://localhost:3000"
  port: ":3000"
  cors:
    - "*"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published