kallyas / fleet

fleet

Home Page:https://fleet-chi.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fleet Management System

This is a Fleet Management System for a company that has a fleet of vehicles. The system allows the company to manage the vehicles and their drivers. The system also allows the company to manage the maintenance of the vehicles and the drivers.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

python 3.9+ Node.js 14.15.1+ npm 6.14.8+

Folder Structure

The folder structure of the project is as follows:

├── README.md
├── server
├── client

Installing

Run the following commands to install the project:

git clone
cd fleet
cd server
pip install -r requirements.txt
cd ..
cd client
yarn install

Running the project

To run the project, run the following commands:

cd server
python manage.py runserver 5000
cd ..
cd client
yarn dev

About

fleet

https://fleet-chi.vercel.app


Languages

Language:JavaScript 72.3%Language:Python 26.5%Language:CSS 0.7%Language:HTML 0.6%