Git Product home page Git Product logo

my-car-care's Introduction

My-Car-Care

The Car Care App is a Django-based web application designed to help users manage and track maintenance tasks for their vehicles. Whether you're a car enthusiast or simply want to keep your vehicle in optimal condition, this app provides an organized way to stay on top of maintenance needs.

Screenshot

Features

  • User Authentication: Secure user registration and login system.
  • Vehicle Management: Add, edit, and delete vehicles with details like make, model, and year.
  • Maintenance Tracking: Log maintenance tasks for each vehicle, including date, type, and notes.
  • User Roles: Differentiate between regular users and maintenance moderators.
  • Maintenance Moderation: Authorized users can moderate and approve maintenance tasks.
  • Responsive Design: The app is designed to work seamlessly on both desktop and mobile devices.

Installation

  1. Clone the repository: git clone https://github.com/ZahariBakov/My-Car-Care
  2. Navigate to the project directory: cd car-care-app
  3. Create a virtual environment: python -m venv venv
  4. Activate the virtual environment: source venv/bin/activate (Unix-based) or venv\Scripts\activate (Windows)
  5. Install the dependencies: pip install -r requirements.txt
  6. Set up the database: python manage.py migrate
  7. Create a superuser: python manage.py createsuperuser
  8. Start the development server: python manage.py runserver

Usage

  1. Access the admin panel by visiting http://localhost:8000/admin/ and log in with your superuser account.
  2. Add vehicles and maintenance tasks through the admin panel.
  3. Regular users can log in and manage their vehicles and maintenance tasks.
  4. Maintenance moderators can edit or delete maintenance tasks.
  5. Car moderators can edit or delete car tasks.
  6. Master user group can edit or delete all car and maintenance tasks.

Contributing

Contributions are welcome! If you find a bug or want to add a new feature, follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature-name
  3. Make your changes and commit them: git commit -m "Add your message"
  4. Push to the branch: git push origin feature-name
  5. Create a pull request with a description of your changes.

License

This project is licensed under the MIT License.

Acknowledgements

  • Django - The web framework for perfectionists with deadlines.
  • PostgreSQL - An open-source relational database management system.
  • Docker - A platform for developing, shipping, and running applications using containers.
  • Font Awesome - The iconic SVG, font, and CSS toolkit.

my-car-care's People

Contributors

zaharibakov 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.