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
- Host: GitHub
- URL: https://github.com/x-color/calendar
- Owner: x-color
- License: mit
- Created: 2020-05-30T04:20:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:20:13.000Z (over 3 years ago)
- Last Synced: 2024-06-21T17:01:59.764Z (about 2 years ago)
- Topics: golang, vue, webapp
- Language: Go
- Homepage: https://sample-calendar.herokuapp.com
- Size: 1.27 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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