Skip to content

πŸ› οΈ HH Auto Backend – Scrapes OLX listings for HH Auto (Travnik) and provides a clean API for products πŸš—

Notifications You must be signed in to change notification settings

amer-5/hhauto-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ› οΈ HH Auto Backend

Backend service for HH Auto (Travnik), a local car dealership.
Currently, this backend provides basic API route references.


πŸš€ Endpoints

  • Root endpoint:
GET /

Returns JSON with links to available endpoints:

{
  "allProducts": "/api/products",
  "oneProduct": "/api/products/id"
}
  • All products (planned): /api/products
  • Single product by ID (planned): /api/products/:id

πŸ› οΈ Tech Stack

  • Node.js / Express

πŸ“¦ Installation

  1. Clone the repository:
git clone https://github.com/amer-5/hh-auto-backend.git
  1. Install dependencies:
npm install
# or
yarn install
  1. Run development server:
npm run dev
# or
yarn dev
  1. Open http://localhost:3000

About

πŸ› οΈ HH Auto Backend – Scrapes OLX listings for HH Auto (Travnik) and provides a clean API for products πŸš—

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published