Skip to content

FIrepo/node-amazon

 
 

Repository files navigation

Node - Amazon

Build Status

Amazon lookalike with Node, and Angular v4 (universal). Demo at: https://sumanb.com

Requirements

You need to have Node v7.6.0 or higher and PostgreSQL installed.

Setup

  1. Install dependencies

    yarn install or npm install
    
  2. Config is in: less config/amazon.json. Make changes there as you see fit (database user/password, OAUTH 2 etc)

  3. You can find the database schema and inserts/seed in config/schema

  4. Build project after creating the database: yarn build:dynamic

  5. Finally, start the server: yarn serve:dynamic

About

E-commerce website done in Node, and Angular v4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 38.1%
  • JavaScript 22.1%
  • HTML 21.4%
  • CSS 16.0%
  • PLpgSQL 2.4%