Skip to content

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

Notifications You must be signed in to change notification settings

khateeb321/Auction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published