https://github.com/braswelljr/bookie-api
Bookie is a simple task manager for you (API).
https://github.com/braswelljr/bookie-api
encore golang task todo
Last synced: 3 months ago
JSON representation
Bookie is a simple task manager for you (API).
- Host: GitHub
- URL: https://github.com/braswelljr/bookie-api
- Owner: braswelljr
- License: mit
- Created: 2023-01-25T11:04:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-09T15:54:10.000Z (almost 2 years ago)
- Last Synced: 2024-12-21T17:43:44.348Z (5 months ago)
- Topics: encore, golang, task, todo
- Language: Go
- Homepage: https://stage-bookie-api-7kt2.encr.app
- Size: 9.08 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BOOKIE (API)
Bookie is a simple task manager for you. The API is a RESTFUL API built with [Go](https://golang.org/) and [Encore](https://encore.dev/).
## Features
- [x] Create tasks
- [x] Edit tasks
- [x] Delete tasks
- [x] Mark tasks as done
- [x] Mark tasks as not done
- [ ] Filter tasks by done/not done
- [ ] Filter tasks by name
- [ ] Filter tasks by date
- [ ] Filter tasks by priority
- [ ] Filter tasks by tag### FOR LOCAL DEVELOPMENT
- CLONE THE REPOSITORY
```bash
git clone https://github.com/braswelljr/bookie-api.git
```- NAVIGATE TO THE THE DIRECTORY
```bash
cd bookie-api
```