Display and compare cars stats
- Engine curve compare
- Acceleration in differents situations comparison
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.
- install postgres 9.6 & create database
- fill the .env file with your database configuration
- npm run dev
- adonis make:migration
- adonis migration:run
- adonis migration:rollback
- adonis seed (--files EngineSeeder.js)
- Create a database for tests
- Fill the .env.testing file
- Launch with adonis test or npm test