Skip to content

drengr/test-truck-crud

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published