Skip to content

tbenson89/dropStopShop

Repository files navigation

DropStopShop

The One Page Shopping Application for mobile popup marketing and sales.

Important

  • Add what the project is fully about
  • what you still need to do
  • what the plan of the project is
  • use cases of the project
  • dead/alive?

Setup Development ENV

Create workspace area mkdir to create the directory. Then 'git clone https://github.com/tbenson89/dropStopShop.git'
Run npm install to install the node_modules

Development server

Run ng serve or click the debugger if you are setup using angular CLI on IntelliJ/Webstorm.
Navigate to http://localhost:4200/.

Express / Mongo Server

cd cd src and run node server.js to start the mongo db

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

RESTful API

Routes and Endpointes

  • Starter Route

    '/'

  • Get All Items

    '/shop/items/allItems'

  • Create New Item

    '/shop/items/item/:id'

Schema and Models

  • Inventory
    • Item
      • Title
      • IMG SRC
      • Price
      • Description
      • MainCat
      • SubCat

About

The DropStopShop dashboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published