Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 836 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 836 Bytes

What is it ?

Display and compare cars stats

  • Engine curve compare
  • Acceleration in differents situations comparison

screen comparison

Vision

In the long run, this project would become a wiki where user can input car data, fix current car data if those datas are wrong and compare all the cars in the world with detailled overview and graphs in a design and functional way.

How to install

  • install postgres 9.6 & create database
  • fill the .env file with your database configuration

Developer commands

  • npm run dev

Database

  • adonis make:migration
  • adonis migration:run
  • adonis migration:rollback
  • adonis seed (--files EngineSeeder.js)

Tests

  • Create a database for tests
  • Fill the .env.testing file
  • Launch with adonis test or npm test