SpreeZ00 / vehicle-platform

Vehicle-Platform is a self-hosted web application that allows users to record and manage their vehicles.

Home Page:https://vehicle-platform.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vehicle-platform

Description

Vehicle-Platform is a self-hosted web application that allows users to record and manage their vehicles. Users can add and update vehicle information such as brand, model, color and mileage. The application automatically calculates the distance traveled between two points in time. The application also has statistics that give users an overview of their vehicle usage. Users can view statistics such as the total mileage of all their vehicles, the average mileage per month, and the most frequently used vehicles. Vehicle-Platform is a great way for users to track the usage of their vehicles and gain valuable insights into their vehicle usage.

Screenshots

WIP

Pre-requisites

  1. Something to host the application
  2. A database (MySQL, MariaDB, PostgreSQL, etc.) supported by Prisma

Setup

Clone the repo:

git clone https://github.com/SpreeZ00/vehicle-platform.git && cd vehicle-platform/

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Copy the .env.example file to .env and fill in the values.

cp .env.example .env

Run the migrations:

# yarn
yarn prisma migrate dev

# npm
npm run prisma migrate dev

# pnpm
pnpm run prisma migrate dev

Build the application for production:

npm run build

Start the server locally or check out the deployment documentation for more information:

npm run start

Roadmap

Contributing

Contributions are welcome!

License

MIT

About

Vehicle-Platform is a self-hosted web application that allows users to record and manage their vehicles.

https://vehicle-platform.vercel.app

License:MIT License


Languages

Language:Vue 70.1%Language:TypeScript 25.2%Language:CSS 3.2%Language:JavaScript 1.5%