Giter VIP home page Giter VIP logo

fleet-manager-admin-portal's Introduction

Assessment Overview

https://docs.google.com/document/d/1yHU9K4LfDcPN-GfYdeuYOiC0UxtRbB_Nj04wZVxDShk/edit?usp=sharing

Fleet Manager Admin Portal

Welcome to the Fleet Manager Admin Portal! This web application allows administrators to efficiently manage and oversee the entire fleet.

Admin User

The admin account for testing is:

Getting Started

Follow these instructions to get the admin portal up and running on your local machine.

Prerequisites

  • 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

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/lcsvcn/fleet-manager-admin-portal.git
  2. Navigate to the project directory:

    cd fleet-manager-admin-portal
  3. Install dependencies using pnpm:

    pnpm install
  4. Open the /constants/index.js file and uncomment the testing baseUrl:

    // Use below for testing
    export const baseUrl = "http://localhost:3100/api/v1";

Backend Dependency

The Fleet Manager Admin 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.

Running the Admin Portal

  1. Start the development server:

    pnpm start
  2. Open your browser and visit http://localhost:3000 to access the admin portal.

  3. The Admin user email is [email protected] and user password is test. This user is hardcoded an unique, there is no other user that will allow login.

Configuration

In the /constants/index.js file, configure the baseUrl for API requests. Ensure it matches the appropriate value for your Fleet Manager Backend API.

// Use below for testing
export const baseUrl = "http://localhost:3100/api/v1";

Usage

  1. Log in to the Fleet Manager Admin Portal using your administrator credentials.
  2. Utilize the dashboard to manage and oversee the entire fleet.
  3. Customize settings and preferences as needed.

Contributing

We welcome contributions! If you find a bug or have a feature request, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

fleet-manager-admin-portal's People

Contributors

lcsvcn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.