Skip to content

hoangphuc552001/Estate-Market

Repository files navigation

HAGL

Logo

Real Estate Market

madewith

Table of Contents
  1. Description
  2. Component
  3. Installation
  4. Contributors
  5. License
  6. Demo
  7. Deployment

Description

  • This project about the website which connect people who want buy or sell real estate products. More over it also connect with organization to perform their product

Component

  • This project based on MVC Model/Design Pattern

    1. Server

    • Using Nodejs with v17.4.0
    • Framework: Express JS
      nodejs

    2. Template Engine

    • Using handlebarsjs with front end tools:
      js html css

Demo

  • Home page img

Deployment

Installation

1. Install Nodejs

  • Minimum for Expressjs (server)
    NPM Version
  • NPM version
    NPM Version

Install Node.js and npm first. If you already have Nodejs and npm installed, skip this step.

I am using Nodejs with version v17.4.0 Install NodeJS through this link:

https://nodejs.org/en/download/

2. Connect Database

2.1 Connect database mysql with database name realestate

2.2 Run realestate.sql script in folder

2.3 Configure in file db.js that inside folder Utils

    host: '127.0.0.1',
    port: 
    user: 'root',
    password: 
    database: 'realestate'

3. Run the project

  • Use these commands to run the project:
npm i
npm install
npm start
  • Or, configure file app.js to be run in your IDE (Intellij). File to run: app.js

Contributors

HAGL - Team

License

Node

About

🏠 Real Estate Market - HAGL team ⚽

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published