Table of Contents
- 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
-
This project based on MVC Model/Design Pattern
1. Install Nodejs
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
HAGL - Team