Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 786 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 786 Bytes

Node - Amazon

Build Status

Built with Node, and Angular 15 with server-side rendering. Demo at: https://sumanb.com/demo/

Requirements

You need to have Node 16 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