arditdaku / eStoreApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eStoreApp

Database

Database Schema

  1. create database : run eStoredb.sql (inside Database folder)
  2. update db config ate db.js

Dependencies

  • bookshelf
  • express
  • knex
  • mysql
npm install 
node app.js

Api routes

  • return user by id : api/users/(id)
  • return average price of product : api/products/avgPrice
  • return the number of oders made by a user: api/orders/(id)

About


Languages

Language:TSQL 81.7%Language:JavaScript 18.3%