/Auction

Sample auction project with User Management (WebAPI), Socket (Node.js) and Angularjs.

Primary LanguagePowerShell

Auction

Sample auction project with User Management (WebAPI), Socket (Node.js) and Angularjs.

Install Node Package Manager (https://www.npmjs.com/get-npm)

Then go to the code files and open the server folder, in that folder, open CMD and run following commands line by line

  • npm install
  • npm install -g nodemon
  • npm start

Go to the client folder, open CMD there and run following commands

  • npm install
  • bower install
  • gulp serve

Website will start on localhost:9000

For admin login, write "Admin" in name feild and hit "Enter"

Web API project runs the normal way.

Special thanks to @fredmp