Frontend and Backend Development

1 min read

As i'm nearing the end this blog will be one of the last.

By jacob15/01/2026

Overview

With login, register, blog creation and project creation complete theres just a few more things i needed to do such as deletion of blogs and projects and invite creation on the frontend, delete was simple enough as it just gets the id of the project or blog then sends the request to delet. as the backend has a function for generating invites i just have to send a simple request to the backend ensuring my data login information is accurate then the database returns an invite With these being finished the only thing im missing is presence watching (spotify status updater) which i wont have enough time to implement as of right now sadly, but i don't think of it as too big of a deal because everything major i wanted accomplished is complete and i haven't been listening to music as much since my spotify premium ran out so it ain't all bad Next week i'll do a full test of the website and make sure everything works
Overview