Frontend and backend logic

1 min read

This week i worked on connecting backend and frontend

By jacob15/01/2026

Login and register

Now that they were both working on the backend i decided to begin incorporating the functionality of login and register, after hooking them up though i ran into some issues with CORS, cors is essentially a policy put into place to stop websites that haven't been authorized to communicate with each other from communicating and i forgot to configure it properly, after rectifying it i was able to login and register smoothly

Panel

After fully verifying login and register was working i made it so only logged in accounts could access the panel by requiring a session to be active otherwise the content wouldn't load. After that i added some functionality such as creating projects as blogs would take slightly more work i decided to end the week on that