Skip to content

tahabinaziz/Node-API-Express-HomeForMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configure Node.js

Step to start the servre.


  1. Install node.js

  2. Run npm install in project.

  3. Make config folder in root directory and add file config.js add 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" } }

  1. Make assests folder add folder uploads and in uploads folder add another folder named as propertyImage there all property images are stored.

  2. After that run the project npm start main.js.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published