Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aditokmoo/auto-industry-web-app

Auto Industry Web App connects car owners with service specialists like mechanics, detailers, and electricians, providing a platform to find and compare professionals while helping service providers grow their reputation and reach.
https://github.com/aditokmoo/auto-industry-web-app

axios mongodb nodejs react react-form-hook scss tanstack-react-query tanstack-table typescript

Last synced: 8 days ago
JSON representation

Auto Industry Web App connects car owners with service specialists like mechanics, detailers, and electricians, providing a platform to find and compare professionals while helping service providers grow their reputation and reach.

Awesome Lists containing this project

README

        

# Auto Industry Web App ( CarHub )

Welcome to the CarHub repository! This guide will help you get started with setting up the project and running it on your local machine.

## Getting Started

### Prerequisites

Make sure you have **Git**, **Node.js**, and **npm** installed on your system.

1. **Clone the repository**:

```bash
https://github.com/aditokmoo/auto-industry-web-app.git

2. **Navigate to the project folder**:

```bash
cd repo-name

3. **Navigate to the client folder and install the dependencies**:

```bash
cd client
npm install

4. **Do the same for the backend folder**:

```bash
cd backend
npm install

5. **Running the project**:
- Start the client:
```bash
cd client
npm run dev

- Start the backend:
```bash
cd backend
npm run dev

The client and backend should now be running locally.

## Screenshots
Here are some images to showcase the project

1. Login
![Login](public/images/Login.png)

2. Register
![Register](public/images/auth.png)

3. Home and details page
![Home](public/images/app.png)

note: project is in progress...

## Technologies Used

- **Frontend**: React, Typescript, Axios, React Form Hook, Tanstack React Query, Tanstack React Table, SCSS.
- **Backend**: Node.js, Express, MongoDB, Typescript.