https://github.com/aliosmandev/api.taskion.app
A backend service for Taskion built with Go and Fiber, seamlessly integrating with the Notion API
https://github.com/aliosmandev/api.taskion.app
air dokploy fiber go notion-api task-managment taskion
Last synced: 3 months ago
JSON representation
A backend service for Taskion built with Go and Fiber, seamlessly integrating with the Notion API
- Host: GitHub
- URL: https://github.com/aliosmandev/api.taskion.app
- Owner: aliosmandev
- Created: 2024-07-25T10:59:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T13:36:28.000Z (10 months ago)
- Last Synced: 2025-03-18T16:52:20.339Z (3 months ago)
- Topics: air, dokploy, fiber, go, notion-api, task-managment, taskion
- Language: Go
- Homepage: http://taskion.app
- Size: 9.99 MB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Taskion
Taskion is a lightweight task management tool that leverages the capabilities of Notion as its backend database.
# Motivation
The motivation behind Taskion is to create a simple and intuitive todo manager that leverages the power of Notion as a database. This project aims to provide a seamless integration with Notion, allowing users to manage their tasks and notes in a more organized and efficient way. By utilizing the Notion API, Taskion aims to offer a unique and innovative approach to task management, making it easier for users to stay on top of their tasks and projects.
# Tech Stack
- Go
- Fiber
- Air (hot reloading)
- Dokploy (deployment)
- Notion API# Features
- [x] Notion Oauth2
- [x] Notion Pages, Blocks CRUD# Tasks
- [ ] Fiber framework
- [ ] Route & service planning
- [ ] Auth middleware
- [ ] Notion API Integration
- [ ] CRUD operations
- [ ] Validation
- [ ] Error handling