https://docs.google.com/document/d/1yHU9K4LfDcPN-GfYdeuYOiC0UxtRbB_Nj04wZVxDShk/edit?usp=sharing
Welcome to the Fleet Manager Customer Portal! This web application allows users to efficiently manage and monitor their fleet of vehicles.
Follow these instructions to get the app up and running on your local machine.
-
Node.js: Make sure you have Node.js version 18 installed. You can download it here.
-
pnpm: Make sure you have
pnpm
installed. You can install it globally using the following command:npm install -g pnpm
-
Clone the repository to your local machine:
git clone https://github.com/lcsvcn/fleet-manager-customer-portal.git
-
Navigate to the project directory:
cd fleet-manager-customer-portal
-
Install dependencies using
pnpm
:pnpm install
-
Open the
/constants/index.js
file and uncomment the testing baseUrl:// Use below for testing export const baseUrl = "http://localhost:3100/api/v1";
The Fleet Manager Customer Portal depends on the Fleet Manager Backend. Make sure to set up and run the backend server by following the instructions in the Fleet Manager Backend repository.
-
Start the development server:
pnpm start
-
Open your browser and visit http://localhost:3000 to view the app.
In the /constants/index.js
file, you can configure the baseUrl
for API requests. Make sure to set it to the appropriate value for your Fleet Manager Backend API.
// Use below for testing
export const baseUrl = "http://localhost:3100/api/v1";
- Register or log in to the Fleet Manager Customer Portal.
- Explore the dashboard and manage your fleet of vehicles.
- Customize settings and preferences as needed.
We welcome contributions! If you find a bug or have a feature request, please open an issue or submit a pull request.
This project is licensed under the MIT License.