Skip to content

somnathsaha2015/ECommerce

 
 

Repository files navigation

ECommerce

This is seed project for ECommerce built using Nodejs and Angular 2.

Steps to install this seed project locally:

  1. Install node.js.
  2. Go to folder KVWebServer.
  3. Give command "npm install". This will install the dependencies for web server.
  4. Go to folder KVWebServer/public.
  5. Give command "npm install". This will install Angular 2 dependencies in public folder.
  6. Go to folder KVWebServer.
  7. Open the file sampleConfig.json in folder KVWebServer. Modify the dbName and connstring to Sql server database name and its connection string.
  8. Set the host and the port. Default port is 6120. Make sure that the port you mention is open. Node web server will run on this port.
  9. Modify the sendMail parameters. This is the mail server from where you will send mail to users.
  10. Rename the file sampleConfig.json as config.json.
  11. Start the node server as "node server.js".
  12. Browse at "http://localhost:6120"

About

Ecommerce project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 67.8%
  • TypeScript 13.7%
  • JavaScript 12.1%
  • HTML 5.0%
  • CSS 1.4%