/node-amazon

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

Primary LanguageTypeScript

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