GithubHelp home page GithubHelp logo

spreez00 / vehicle-platform Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.57 MB

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

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

License: MIT License

Vue 70.06% CSS 3.22% TypeScript 25.25% JavaScript 1.48%
nuxt3 vue3 typescript

vehicle-platform's Introduction

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

vehicle-platform's People

Contributors

dependabot[bot] avatar spreez00 avatar

Watchers

 avatar

vehicle-platform's Issues

Add Brand, Model and Color to the vehicle

You should be able to get more information about the car. Therefore we need more information whenever we create a vehicle e.g. Brand, Model and Color of the vehicle.

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.