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
- Host: GitHub
- URL: https://github.com/scarywings83289/toll_management_application
- Owner: ScaryWings83289
- Created: 2022-09-17T13:23:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-17T13:23:35.000Z (almost 4 years ago)
- Last Synced: 2025-03-28T05:25:37.302Z (about 1 year ago)
- Topics: react, react-router
- Language: JavaScript
- Homepage: https://toll-management-application.netlify.app/
- Size: 305 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Toll Management Application

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
```