Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.34 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.34 KB

Renting Vehicles App (Front-end)

This is the front-end portion of the Renting Vehicles App project. It is built using Angular.

Prerequisites

Make sure you have the following prerequisites installed:

Installation

  1. Clone the repository: git clone https://github.com/Mohanad-ALNUNU/RentingCarsFront.git
  2. Navigate to the project directory: cd renting-vehicles-app
  3. Install the dependencies: npm install

Usage

1.Start the backend server by following the instructions in the backend's README file. 2. Update the API URLs in the service files:

  • Open the relevant service file (e.g., src/app/customer.service.ts, src/app/vehicle.service.ts).
  • Update the API URLs with the appropriate backend server URLs.
  1. Start the development server: ng serve
  2. Open your browser and visit http://localhost:4200 to access the Renting Vehicles App.

License

This project is licensed under the MIT License.

Contributing

Contributions are welcome! If you have any improvements or bug fixes, please submit a pull request.