Skip to content
/ divar Public

A full-stack clone of Divar.ir (Iranian classified ads platform) built with React.js and Node.js, featuring OTP authentication, dark/light theme, responsive design, and category-based post management.

Notifications You must be signed in to change notification settings

keihanaf/divar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Divar

A full-stack web application clone of Divar.ir, Iran's popular classified ads platform, built with React.js and Node.js.

Important Note ⚠️

This is the frontend repository of the Divar clone project. To run the application properly, you need to:

  1. Clone and run the backend repository first:
git clone https://github.com/keihanaf/rjs-divar-api.git
cd rjs-divar-api
npm install
npm start
  1. The backend server will run on http://localhost:3400

  2. Then clone and run this frontend repository:

# Clone the frontend repository
git clone https://github.com/keihanaf/rjs-divar-files.git

# Navigate to project directory
cd rjs-divar

# Install dependencies
npm install

# Start development server
npm run dev

Without running the backend server (rjs-divar-api), the frontend application won't function properly as it depends on the API for all data operations including authentication, posts management, and category operations.

[Rest of the README content follows...]

About

A full-stack clone of Divar.ir (Iranian classified ads platform) built with React.js and Node.js, featuring OTP authentication, dark/light theme, responsive design, and category-based post management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published