Create a mini web app containing :
- A listing page with the possibility to filter the data dislayed.
- A detail page showing the details of a specific data item.
- Node.js
- Express.js
- Json files as a database
- CORS
- Vue.js
- Vuetify
Navigate to server directory
cd server
Install the dependencies
yarn
Generate the fake data
node generateData.js
Run the server
yarn start
Navigate to client directory
cd client
Install the dependencies
yarn
Run the client server
yarn serve
Navigate to the Client url