steven-isbell / node-amazon

E-commerce website done in Node, and Angular v8 (SSR)

Home Page:https://sumanb.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node - Amazon

Build Status

Amazon lookalike with Node, and Angular v8 with server-side rendering. Demo at: https://sumanb.com

Requirements

You need to have Node v7.6.0 or higher and PostgreSQL 9.5 or higher installed.

Setup

  1. Install dependencies

    yarn install
    
  2. Config is in: config/amazon.json. Make changes there as you see fit (database host, user + password, port, OAUTH etc)

  3. Initialize the database: yarn init:db. This creates the database (default is node_amazon_dev), and initializes the tables with the seed data.

  4. We can now run the development server: yarn start

About

E-commerce website done in Node, and Angular v8 (SSR)

https://sumanb.com


Languages

Language:TypeScript 26.5%Language:JavaScript 22.6%Language:TSQL 19.4%Language:HTML 16.0%Language:CSS 12.5%Language:PLpgSQL 3.0%