Vroom App (Backend)

This is the Backend of this application that displays 100 cars in a JSON format. This application also searches for cars by ID and by car_make. Users can also edit, delete and create new entries into this SQL table

Commands

  1. npm run db:init
  2. npm run db:seed
  3. npm run dev

Links

Github

Live

Trello

Technologies

Frontend

  • React
  • Bootstrap
  • React-Router-Dom
  • Axios

BackEnd

  • Cors
  • Postgres
  • SQL
  • Express
  • Morgan
  • PG-Promise