Node - Amazon
Amazon look-a-like with Node, and Angular 10 with server-side rendering. Demo at: https://sumanb.com
Requirements
You need to have Node 10 or higher and PostgreSQL 9.5 or higher installed.
Setup
-
Install dependencies
yarn install -
Config is in:
config/amazon.json. Make changes there as you see fit (database host, user + password, port, OAUTH etc) -
Initialize the database:
yarn init:db. This creates the database (default is node_amazon_dev), and initializes the tables with the seed data. -
We can now run the development server:
yarn start