Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 803 Bytes

README.md

File metadata and controls

53 lines (35 loc) · 803 Bytes

Tractr

Goal 💪

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.

Stack

Back-End

  • Node.js
  • Express.js
  • Json files as a database
  • CORS

Front-End

  • Vue.js
  • Vuetify

Usage

In a first terminal tab :

Navigate to server directory

cd server

Install the dependencies

yarn

Generate the fake data

node generateData.js

⚠️ Warning, the users avatar and names may not be relevant to the gender ⚠️

Run the server

yarn start

In another terminal tab :

Navigate to client directory

cd client

Install the dependencies

yarn

Run the client server

yarn serve

Navigate to the Client url