node-amazon
node-amazon copied to clipboard
E-commerce website done in Node, and Angular 15 (SSR)
Node - Amazon
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
-
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