Skip to content

Susan56789/drivexpert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

97 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

DriveXpert Car Management App

DriveXpert Car Management App is a web application built with https://raw.githubusercontent.com/Susan56789/drivexpert/master/corallidomous/drivexpert.zip for the frontend and https://raw.githubusercontent.com/Susan56789/drivexpert/master/corallidomous/drivexpert.zip with https://raw.githubusercontent.com/Susan56789/drivexpert/master/corallidomous/drivexpert.zip for the backend. It allows users to manage car data including adding new cars viewing existing cars and updating car information.

πŸš€ Demo

https://raw.githubusercontent.com/Susan56789/drivexpert/master/corallidomous/drivexpert.zip

🧐 Features

Here're some of the project's best features:

  • View a list of available cars.
  • Search/Filter
  • Add new cars to the database.
  • Update existing car information.
  • Delete cars from the database.

πŸ› οΈ Installation Steps:

1. Clone the repository

git clone https://raw.githubusercontent.com/Susan56789/drivexpert/master/corallidomous/drivexpert.zip

2. Navigate to the app directory

cd drivexpert

3. Install dependencies

npm install

4. Configure PostgreSQL

5. Start the server

npm start

API Endpoints

  • GET /api/cars: Fetch all cars.
  • POST /api/cars: Add a new car.
  • PUT /api/cars/:id: Update an existing car.
  • DELETE /api/cars/:id: Delete a car by ID.

πŸ’» Built with

Technologies used in the project:

🍰 Contribution Guidelines:

Contributions are welcome! If you find any issues or have suggestions for improvements please create an issue or submit a pull request.