Skip to content

jfversat/MarketPlaceApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MarketPlaceApp

Backend for market place app

  1. Clone or Download zip file
  2. Extract to desire location
  3. You must have a SQL Server 2017 or Above Version
    • To run the scripts for Azure Instance use: MarketPlaceAzure2016.sql (Not Tested)
    • For Stand Alone Instance you can use:
      • MarketPlaceStandAloneFor2017Enterprise.sql
      • MarketPlaceDB_Final.bak file
  4. Edit Market Place App Web.Config - connectionStrings to point your database, you're free to use integrated security or not, in both case you must provide a user with permissions to read, select, update, delete, create, execute, etc, on the database.
  5. Run, by default the app starts at http://localhost:50735/
  6. Clone or Download Market Place App UI
  7. Extract to desire folder
  8. Open command pront and navigate to project folder
  9. Install dependencies "npm -i or npm install", note: you need node, angular-cli
  10. After all dependencies have been installed you can run the app with "ng serve --open"

(*) Considerations

Login functionality is not implemented is just to test purpose created user are: userId: 111111 userPass: whatever text you want i.e password

userId: 123456 userPass: whatever text you want i.e password

You must simulate the login in order to test the add product to cart functionality is you dont and alert will appear when you try to use the add to cart button.

(*) Functionality

  1. List of products.
  2. Search products.
  3. Product detail.
  4. Add products to the shopping cart.
  5. Shopping cart detail.
  6. Remove products from the shopping cart.
  7. Display the products by category.

(*) Third Party Libraries No third party libraries have been used for backend For FrontEnd you can find all libraries and dependencies used in package.json

About

Backend for market place app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published