Built with Node, and Angular 15 with server-side rendering. Demo at: https://sumanb.com/demo/
You need to have Node 16 or higher and PostgreSQL 9.5 or higher installed.
-
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