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

https://github.com/scarywings83289/toll_management_application

Toll Management Application
https://github.com/scarywings83289/toll_management_application

react react-router

Last synced: about 2 months ago
JSON representation

Toll Management Application

Awesome Lists containing this project

README

          

# Toll Management Application

![Made-With-React](https://img.shields.io/badge/Made_with-React-informational?style=for-the-badge&logo=react)

A simple Toll Management Application where you can perform the following operations:

- Add a new toll
- Add a new vehicle entry
- View all tolls
- View Added vehicle logs
- Searching vehicles by vehicle number
- Filtering vehicles by toll names (Still needs to be implemented)

## Quick Start

Clone the repository and do the following:

```bash
# Install dependencies for server
npm install

# Run the Express server
npm start

# Server runs on http://localhost:3000
```