Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 477 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 477 Bytes

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