Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 789 Bytes

README.md

File metadata and controls

49 lines (30 loc) · 789 Bytes

Test Truck Management System

This project implements CRUD actions using test Truck API

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node.js
  • npm

Installing

  1. Clone the repository
git clone https://github.com/drengr/test-truck-crud.git
  1. Navigate into the project directory
cd test-truck-crud
  1. Install the dependencies
npm install
  1. Create .env file and define VITE_API_URL variable. Use mock API URL for that.

  2. Start the development server

npm run dev
  1. Open your web-browser and go to http://localhost:5173

  2. To run tests run the following command

npm run test:unit