-
Install node.js
-
Run npm install in project.
-
Make config folder in root directory and add file
config.jsadd this code
{ "development": { "username": "root", "password": "", "database": "dev_db", "host": "localhost", "dialect": "mysql" }, "test": { "username": "root", "password": "", "database": "", "host": "127.0.0.1", "dialect": "mysql" }, "production": { "username": "root", "password": null, "database": "", "host": "127.0.0.1", "dialect": "mysql" } }
-
Make assests folder add folder
uploadsand in uploads folder add another folder named aspropertyImagethere all property images are stored. -
After that run the project
npm start main.js.