Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 598 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 598 Bytes

PersonalDB

This is intended to be the backend to my personal website. It's going to hold JSONs of my hobbies, experiences, and side projects, which anyone can view but only I can edit or create in any form.

Updates 1/4/2021

Realized really quick that I'm the only one managing any write operations so actually validation may not be as necessary as it was in the Philanthropy Connect project. As long as my admin interface limits it fairly well I should be alright with just raw implementation. Additionally, I am implementing a few redundancies (highly unlikely I'm using the delete endpoint)