/bookie-api

Bookie is a simple task manager for you (API).

Primary LanguageGoMIT LicenseMIT

BOOKIE (API)

Bookie is a simple task manager for you. The API is a RESTFUL API built with Go and Encore.

Features

  • 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

FOR LOCAL DEVELOPMENT

  • CLONE THE REPOSITORY
git clone https://github.com/braswelljr/bookie-api.git
  • NAVIGATE TO THE THE DIRECTORY
cd bookie-api