This is the front-end portion of the Renting Vehicles App project. It is built using Angular.
Make sure you have the following prerequisites installed:
- Node.js (version 16.20.0)
- Angular CLI (version 16.0.3)
- Back-end project
- Clone the repository:
git clone https://github.com/Mohanad-ALNUNU/RentingCarsFront.git
- Navigate to the project directory:
cd renting-vehicles-app
- Install the dependencies:
npm install
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.
- Start the development server:
ng serve
- Open your browser and visit http://localhost:4200 to access the Renting Vehicles App.
This project is licensed under the MIT License.
Contributions are welcome! If you have any improvements or bug fixes, please submit a pull request.