GithubHelp home page GithubHelp logo

ken6317461024 / eshop-angular-node Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pararell/eshop-angular-node

0.0 1.0 0.0 1.79 MB

Eshop with stripe and cart, with angular universal and node.js - express

Home Page: https://angular-un-ngrx-node-eshop.herokuapp.com

JavaScript 17.74% TypeScript 34.04% HTML 42.88% CSS 5.24% Dockerfile 0.10%

eshop-angular-node's Introduction

Angular universal (server-side rendering) with node.js and mongoDB

Eshop with google login, cart save in session or user, test buy with stripe

PREPARE ENVIROMENT

Create dev.js in config and add keys as their are prepare in - dev.setThisFromExternalApiKeys

mongoURI - use link to mongoDB database, e.g. from mlab.com

googleClientID - create to set login through google - google API
googleClientSecret - create to set login through google - google API

stripePublishableKey - set to work with stripe payments
stripeSecretKey - set to work with stripe payments
sendGridKey - set to use sendGrid

cloudinaryName - set to upload images straight from angular to cloudinary
cloudinaryKey - set to upload images straight from angular to cloudinary
cloudinarySecret - set to upload images straight from angular to cloudinary
redisUrl: { host: 'localhost', port: 6379 }

BUILD AND SERVE

without docker

Serve redis - host:localhost port:6379
Build and serve
Run npm run ssr

Serve
Run npm run start

with docker

Run docker compose up
(will start redis and app)
redisUrl: { host: 'redis-serve', port: 6379 }

TEST ORDER

-Use test credit card number for stripe for testing the order - 4242 4242 4242 4242

eshop-angular-node's People

Contributors

pararell avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.