GithubHelp home page GithubHelp logo

tolute / automech_app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kelechi-aims/automech

0.0 0.0 0.0 261 KB

Where Car Troubles Meet Trusted Solutions

JavaScript 3.73% Python 29.10% CSS 18.29% HTML 48.89%

automech_app's Introduction

AutoMech Locator

AutoMech Locator is a web application that connects car owners with qualified mechanics, making it easy for car owners to find reliable services for their vehicles.

Table of Contents

Features

  • Car owners can search for mechanics based on location and services offered.
  • Mechanics can register, create profiles, and manage service requests.
  • Users can leave reviews and ratings for mechanics.
  • ... (Add more features as we implement them)

Technologies Used

  • Flask: The web framework used for backend development.
  • SQLAlchemy: ORM for managing database models.
  • HTML, CSS, JavaScript: Frontend technologies.
  • ... (List any additional technologies)

Getting Started

  1. Clone the Repository:

    git clone https://github.com/kelechi-aims/AutoMech-Locator.git
    cd AutoMech-Locator
    
  2. Set Up Virtual Environment:

    python -m venv venv
    
    source venv/bin/activate  # On Windows, use 'venv\Scripts\activate'
    
  3. Install Dependencies:

    pip install -r requirements.txt
    
  4. Configure the Database:

  • Modify the config.py file with your database connection details.

  • Run the following commands:

    flask db init
    flask db migrate
    flask db upgrade
    
  1. Run the Application:

    flask run
    
  2. Open the App in Your Browser: Visit http://localhost:5000 in your web browser.

Usage(TO DO)

  • Describe how users can use your application.
  • Include any important instructions or usage details.

Contributing

  • If you'd like to contribute to the project, follow the Contribution Guidelines.

License

  • This project is licensed under the ALX License.

automech_app's People

Contributors

kelechi-aims avatar anotibills 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.