An open API service indexing awesome lists of open source software.

https://github.com/jagoda11/vehicle-data-fullstack-app

๐Ÿš— 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. ๐ŸŒ
https://github.com/jagoda11/vehicle-data-fullstack-app

List: vehicle-data-fullstack-app

api awesome-list backend bootstrap data-server express frontend fullstack fullstack-development javascript modern-javascript nodejs react react-dom rest-api vehicles

Last synced: 2 months ago
JSON representation

๐Ÿš— 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. ๐ŸŒ

Awesome Lists containing this project

README

          

# ๐Ÿš— Vehicle Tracking System ๐Ÿš—

![Last Commit](https://img.shields.io/github/last-commit/Jagoda11/Vehicle-Data-FullStack-App/master?style=flat-square&color=blue)
![Open Issues](https://img.shields.io/github/issues/Jagoda11/Vehicle-Data-FullStack-App?style=flat-square&color=orange)
![Build Status](https://github.com/Jagoda11/Vehicle-Data-FullStack-App/actions/workflows/npm-update.yml/badge.svg?branch=master)

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.