An open API service indexing awesome lists of open source software.

https://github.com/x-color/calendar

A simple calendar web application with Vue.js and Golang
https://github.com/x-color/calendar

golang vue webapp

Last synced: 5 months ago
JSON representation

A simple calendar web application with Vue.js and Golang

Awesome Lists containing this project

README

          

# Simple Calendar Application

シンプルなカレンダーアプリケーション。

デモアプリをHerokuにデプロイしている。

https://sample-calendar.herokuapp.com

開発時の工夫点や今後の改善点などは下記にまとめている。

https://note.com/xcolor/n/nae153d17807d

## 機能

- ログイン・ログアウト
- カレンダー作成・変更・削除
- カレンダー共有・共有解除
- 予定の作成・変更・削除
- 予定の共有・共有解除
- プライベート予定の作成

## 使用技術

- Go
- Vue.js
- Vuex
- Vue Router
- Vuetify
- PostgreSQL
- Redis