Skip to content

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

License

Notifications You must be signed in to change notification settings

SpreeZ00/vehicle-platform

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published