/cars-api

cars-api developed with node, express and knex ORM

Primary LanguageJavaScript

CARS - API

This project is useful for anyone who wants to learn more about how api works and how inplements in javascript.

used dependencies

Running migrations

npx knex migrate:latest

Running tests

  • Folder __tests __
  • Needs a server running
npm run dev 
npm run test