- clone it
- npm install to install dependencies
- npm run backend to start the expressjs REST API
- npm run dev to start the vue 3 frontend
basically seeding of the data is not needed since the employees.db already has 1000 records.
To seed the data you can use https://sqlitebrowser.org/ and employee.sql .. the employee.sql is coming from https://www.mockaroo.com/
do a GET request with URL: http://localhost:3333/employees
Thanks to Tedir Ghazali -> https://github.com/tedirghazali/codetube/ for his work!
questions? don't hesitate to ask.
cheers,
Chris