Skip to content

πŸš— Explore the Vehicle-Data-FullStack-App, combining a Node.js Express backend for vehicle data APIs with a React front-end for interactive visualization. Perfect for building vehicle-related web apps. 🌐

Notifications You must be signed in to change notification settings

Jagoda11/Vehicle-Data-FullStack-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

29 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš— Vehicle Tracking System πŸš—

Last Commit Open Issues Build Status

This is a simple vehicle tracking system built with React and Express.js. The application fetches and displays a list of vehicles and their details.

🌟 Features 🌟

  • 🚘 Displays a list of vehicles with their VIN number, registration number, owner, and online status.
  • πŸ“‘ Fetches vehicle data from a backend server.

πŸ› οΈ Technologies Used πŸ› οΈ

  • Frontend: React, React-Bootstrap
  • Backend: Node.js, Express.js

πŸš€ 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/Eric11/Vehicle-Data-FullStack-App.git
  2. Navigate to the frontend directory: cd Vehicle-Data-FullStack-App/frontend
  3. Install the frontend dependencies: npm install
  4. Start the frontend: npm start
  5. Open a new terminal window or tab.
  6. Navigate to the backend directory: cd ../backend
  7. Install the backend dependencies: npm install
  8. Start the backend server: npm run start

The frontend will start running at http://localhost:3000 and the backend will start running at http://localhost:4000.

πŸ§ͺ Running the tests πŸ§ͺ

Run npm test in the respective frontend or backend directory to execute the unit tests.

πŸ“¦ Deployment πŸ“¦

Run npm run build in the frontend directory to build the project for production.

About

πŸš— Explore the Vehicle-Data-FullStack-App, combining a Node.js Express backend for vehicle data APIs with a React front-end for interactive visualization. Perfect for building vehicle-related web apps. 🌐

Topics

Resources

Stars

Watchers

Forks

Sponsor this project