Code Monkey home page Code Monkey logo

unudeveloper / angular-marketplace-template Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 5.17 MB

The goal of a marketplace template site is to allow users to browse and install actual applications. This app represents the market site.

Home Page: https://github.com/unudeveloper/Angular-marketplace-template/

License: MIT License

Shell 0.55% JavaScript 1.09% TypeScript 84.45% HTML 8.19% SCSS 5.72%
angular bootstrap figma less nodejs nodemon scss tailwindcss

angular-marketplace-template's Introduction

Login

Login

Table of Contents

About The Project

Live website : * Openchannel The goal of a marketplace template site is to allow users to browse and install actual applications. This app represents the market site.

Functional for User:

  • Native or SSO login.
  • Search approved applications.
  • Work with applications (install/uninstall, preview).
  • Updating profile and organization data.
  • Managing users from your organization. Invite new users.

Note: Unauthorized users can browse Applications.

Built With

Getting Started

Installation

sudo apt install nodejs
  • Install the Angular CLI using the npm package manager:
npm install -g @angular/cli
  • Install NPM packages
npm install
  1. Optional. Dependency with @openchannel/angular-common-services.
npm install file:<absolute path to common service project dist/angular-common-services>
  1. Optional. Dependency with @openchannel/angular-common-components.
npm install file:<absolute path to common component project dist/angular-common-components>

Usage

Run project with the remote site configs:

  • Open file:
/etc/hosts
  • Add to file your custom domain. (Note: this domain can be invalid, because used only in 'Origin' headers.)
127.0.0.1 my-custom-domain.com
  • Run project with the production environment:
sudo npm run start-with-host my-custom-domain.com

Run project with the Moesif plugin for Chrome:

  • Install Moesif CORS plugin for Chrome
  • Submit your work email address there
  • Open advanced settings
  • Fill in the 'Access-Control-Allow-Credentials'
    true
  • Fill in the 'Response headers' field:
    http://localhost:4200
  • Fill in the 'Request Headers' field:
    (Note: this domain can be invalid, because used only in 'Origin' headers.) https://my-custom-domain.com
  • Then start project with command:
    npm run start

Search engine discoverability

Project contains the robots.txt file. This file tells search engine crawlers which URLs the crawler can access on your site. This is used mainly to avoid overloading your site with requests. Access is disallowed to the whole site by default. If you want to allow access, change property:

Disallow: /

to

Allow: /

Documentation: https://developers.google.com/search/docs/advanced/robots/create-robots-txt?hl=en

Documentation Compodoc

Compodoc shows project structure. (modules, components, routes etc.)

  • Install NPM packages:
npm install
  • Generate Documentation:
npm run create-compodoc
  • Run Compodoc:
npm run start-compodoc

Contact

Website: https://openchannel.io

Designs

App Store Designs: https://support.openchannel.io/guides/app-store-designs/

angular-marketplace-template's People

Contributors

alexsoftkit avatar samofalvitaliy avatar bogdan-hlova avatar aglazkov5 avatar er-basit avatar more4 avatar bamaro avatar crfluiz avatar tmaior avatar er-saurabhnamdev avatar

Watchers

UNU 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.