Bookie is a simple task manager for you. The API is a RESTFUL API built with Go and Encore.
- Create tasks
- Edit tasks
- Delete tasks
- Mark tasks as done
- 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
- CLONE THE REPOSITORY
git clone https://github.com/braswelljr/bookie-api.git
- NAVIGATE TO THE THE DIRECTORY
cd bookie-api