-
Clone the project.
-
Run yarn serve:api to run the json server on port 4000, and keep it running.
-
On a different tab in terminal, run yarn to install the dependencies, then run yarn dev to run the project.
-
I used these two links for the login and dashboard design inspiration, he UI isn’t exactly the same, but I used them as reference samples.
https://dribbble.com/shots/20633817-Login-Page-UI-of-Terra https://dribbble.com/shots/6849239-Online-Course-Dashboard-Card-View-Data
- To login we have two users with different roles: 1- Admin: email:"admin@example.com", password: "admin123", 2- Owner: email: "owner@example.com", password: "owner123",