Ricardo Camacho Mireles
Ricardo Camacho Mireles
Why? - When users are logged in, they should not be able to visit certain pages. - currenlty the redirect happens within each private page. For example, HomePage and Profile...
When cloning the repo, on the frontend the app uses an environment variables to define API addresses. To get it working, you must rename `.env.example` to `.env` so it reads...
Why? - These are defined as context at the top level of the app that will: - cause re renders anytime a form input changes when user is logging in...