Skip to content
/ kalena Public
forked from baesy0/kalena

Kalena is calendar web application based on opensource.

License

Notifications You must be signed in to change notification settings

lazypic/kalena

 
 

Repository files navigation

kalena

travisCI Go Report Card

Kalena is calendar web application based on opensource.
켈레나는 오픈소스 달력 웹어플리케이션입니다.

Goal

We are making calender service for enterprise.
기업을 위한 달력서비스를 만듭니다.

Features

  • collaboration-oriented
    • 협업을 위한 달력을 만듭니다.
  • Support REST API
    • 켈레나는 REST API를 지원합니다.
  • Developer-friendly
  • Kalena can be installed on cloud and intranet.
    • 클라우드와 인트라넷에 설치가 가능합니다.
  • Layer function

임시데이터 확인하기

스케쥴 확인

$ mongo
> use kalena
> db.bae.find()

레이어 확인

$ mongo
> use kalena
> db.bae.layers.find()

전체 데이터 삭제하기

> db.bae.drop()

url로 스케쥴 검색하기

http://localhost/search?userid=bae&year=2019&month=11&day=21&layer=se

License

  • BSD 3-Clause License

About

Kalena is calendar web application based on opensource.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 80.2%
  • Go 11.8%
  • HTML 6.3%
  • Other 1.7%