All Projects → sumanbh → node-amazon

sumanbh / node-amazon

Licence: other
E-commerce website done in Node, and Angular 11 (SSR)

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
SCSS
7915 projects
PLpgSQL
1095 projects

Projects that are alternatives of or similar to node-amazon

React Redux Saucepan
A minimal and universal react redux starter project. With hot reloading, linting and server-side rendering
Stars: ✭ 86 (+79.17%)
Mutual labels:  universal, server-side-rendering
Reactql
Universal React+GraphQL starter kit: React 16, Apollo 2, MobX, Emotion, Webpack 4, GraphQL Code Generator, React Router 4, PostCSS, SSR
Stars: ✭ 1,833 (+3718.75%)
Mutual labels:  universal, server-side-rendering
React Prepare
Prepare you app state for async server-side rendering and more!
Stars: ✭ 100 (+108.33%)
Mutual labels:  universal, server-side-rendering
Awesome Nextjs
📔 📚 A curated list of awesome resources : books, videos, articles about using Next.js (A minimalistic framework for universal server-rendered React applications)
Stars: ✭ 6,812 (+14091.67%)
Mutual labels:  universal, server-side-rendering
magento2-extension
eBay / Amazon / Walmart Integration for Magento v2.x.x
Stars: ✭ 57 (+18.75%)
Mutual labels:  amazon, e-commerce
Universal
Seed project for Angular Universal apps featuring Server-Side Rendering (SSR), Webpack, CLI scaffolding, dev/prod modes, AoT compilation, HMR, SCSS compilation, lazy loading, config, cache, i18n, SEO, and TSLint/codelyzer
Stars: ✭ 669 (+1293.75%)
Mutual labels:  universal, server-side-rendering
Razzle Material Ui Styled Example
Razzle Material-UI example with Styled Components using Express with compression
Stars: ✭ 117 (+143.75%)
Mutual labels:  universal, server-side-rendering
Go Starter Kit
[abandoned] Golang isomorphic react/hot reloadable/redux/css-modules/SSR starter kit
Stars: ✭ 2,855 (+5847.92%)
Mutual labels:  universal, server-side-rendering
react-ssr-hydration
Example of React Server Side Rendering with Styled Components and Client Side Hydration
Stars: ✭ 15 (-68.75%)
Mutual labels:  universal, server-side-rendering
Beidou
🌌 Isomorphic framework for server-rendered React apps
Stars: ✭ 2,726 (+5579.17%)
Mutual labels:  universal, server-side-rendering
Universal Starter
Angular 9 Universal repo with many features
Stars: ✭ 518 (+979.17%)
Mutual labels:  universal, server-side-rendering
universal-react-relay-starter-kit
A starter kit for React in combination with Relay including a GraphQL server, server side rendering, code splitting, i18n, SEO.
Stars: ✭ 14 (-70.83%)
Mutual labels:  universal, server-side-rendering
Cra Universal
🌏 Create React App companion for universal app. No eject, auto SSR, zero config, full HMR, and more (inactive project)
Stars: ✭ 419 (+772.92%)
Mutual labels:  universal, server-side-rendering
Universal React Demo
ES6 demo of a simple but scalable React app with react-router, code splitting, server side rendering, and tree shaking.
Stars: ✭ 50 (+4.17%)
Mutual labels:  universal, server-side-rendering
Ngx Meta
Dynamic page title & meta tags utility for Angular (w/server-side rendering)
Stars: ✭ 331 (+589.58%)
Mutual labels:  universal, server-side-rendering
Sambell
wake me when it's quitting time
Stars: ✭ 101 (+110.42%)
Mutual labels:  universal, server-side-rendering
webpack-isomorphic-compiler
A compiler that makes your life easier if you are building isomorphic webpack powered apps, that is, single page applications with server-side rendering
Stars: ✭ 16 (-66.67%)
Mutual labels:  universal, server-side-rendering
Vuesion
Vuesion is a boilerplate that helps product teams build faster than ever with fewer headaches and modern best practices across engineering & design.
Stars: ✭ 2,510 (+5129.17%)
Mutual labels:  universal, server-side-rendering
Universal React
A universal react starter, with routing, meta, title, and data features
Stars: ✭ 247 (+414.58%)
Mutual labels:  universal, server-side-rendering
universal
A counterpart to common package to be used with Angular Universal
Stars: ✭ 115 (+139.58%)
Mutual labels:  universal, server-side-rendering

Node - Amazon

Build Status

Amazon look-a-like with Node, and Angular 11 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

  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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].