chrisgreg / jott

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jott

Simple JWT based blog platform

Running

docker-compose up --build

Interact with DB

open http://localhost:8085

Open Applciation

open http://localhost:8080

TODO

  • Create Account Feature - Done
  • Create Blog functionality - Done
  • Login Functionality (JWT) - Done
  • Create Jott for a blog functionality - Done
  • Create healthcheck - Done
  • Add user to editors
  • Reset password logic
  • Update password & social accounts endpoint with PATCH
  • Add logs to all error statements

Design Inspiration

  • Login: vsco.co

About


Languages

Language:Go 99.0%Language:Dockerfile 1.0%