paulbgtr / pastegrin

A pastebin clone that is made for sharing pastes.
0 stars 0 forks source link

CRUD for pastes management #29

Closed paulbgtr closed 5 months ago

paulbgtr commented 5 months ago

Implement basic API to create, read, update, delete pastes.

This should be done by creating a new pastes controller and service and utilizing the database queries for the pastes database.