to run local dev server follow these steps:
npm run dev
npm run server
things are starting to work - login is dispatching token when logged in and providing the auth/me information
front end basic structure working. The backend api is ready to be built out with routes for non auth related data base items. Logout button still needed on front end, but login and register work as wel as the conditional renders on the app.jsx
backend api routes all added and in need of testing. All schema tables are populated with seed data, except for studySession. We will sleep on this for now
revisiting this project and getting aquainted to make more progress on it - hard time to be breaking into SW but a great time to be a learner!
As i am starting to study algos harder, this app will start coming to life with my lived experiences applied.
Great day to be a coder!