olol-krew/soil-apt

need a basic REST API to manage personas

Closed this issue · 0 comments

Using express.js, or bun's native Bun.serve() or any other relevant lib (TBD I guess), create a REST API that will expose CRUD endpoints for personas.

  • implements Discord auth
  • endpoints:
    • Create persona
    • Get persona(s)
    • update persona
    • delete persona

Stretch goals:

  • See stats about personas: which one has been used the most
  • up/downvote system? This one is REALLY a stretch goal, could be done later, np