Skip to content

pnogier/Tractr-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published