Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aditokmoo/auto-industry-web-app
- Owner: aditokmoo
- Created: 2024-10-23T11:26:34.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-12-11T00:09:09.000Z (14 days ago)
- Last Synced: 2024-12-11T01:19:41.021Z (14 days ago)
- Topics: axios, mongodb, nodejs, react, react-form-hook, scss, tanstack-react-query, tanstack-table, typescript
- Language: TypeScript
- Homepage:
- Size: 9.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.git2. **Navigate to the project folder**:
```bash
cd repo-name3. **Navigate to the client folder and install the dependencies**:
```bash
cd client
npm install4. **Do the same for the backend folder**:
```bash
cd backend
npm install5. **Running the project**:
- Start the client:
```bash
cd client
npm run dev- Start the backend:
```bash
cd backend
npm run devThe client and backend should now be running locally.
## Screenshots
Here are some images to showcase the project1. 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.