GithubHelp home page GithubHelp logo

chinook's Introduction

Generated by Aista

This application was automatically generated with Aista Magic Cloud. It features easy translation into your language(s) of choice, and provides a default starter-kit for your CRUD apps. Notice, to create "an app" out of this website, just click the bookmark button on your phone, and choose "Add to home screen", and it will behave more or less exactly like a native app, as long as the user has an internet connection. In the "helpers" folder you can find several helper components, allowing you to change any aspect of your entity fields, to for instance provide file upload, image capturing, etc. These are as follows.

  • magic-autocomplete - Helps you when creating new entities when a field in your entity is referencing another field in another table. Useful for larger datasets.
  • magic-file - Helps you when creating new entities when a field in your entity should be wrapping a file physically on disc in your backend, as in uploading files and associate these with data entities.
  • magic-file-view - Helps you when viewing an entity and downloading an associated file when a field is wrapping a physical file.
  • magic-filter - Helps you create filtering controls when a field in an item is referencing another field in another table.
  • magic-image - Same as the magic-file, except it allows you to upload images specifically, and will automatically resize your images if you want it to.
  • magic-image-view - The equivalent of the magic-file component, except it will display images inline on your form.
  • magic-selector - The same as magic-autocomplete but will create a select dropdown list instead of an autocompleter and hence is more useful for smaller datasets.

All of the above custom components are fairly well documented in the TypeScript files, and you can easily include them as you see fit in your own applications. Besides from the above special components, everything in this template is plain and standard Angular components, besides the occassional 3rd party component, used to for instance allow the user to pick a date and time, etc. The latter are open source libraries you can find documentation for if you search for your component's name.

This project also allows you to easily integrate CI and CD on your code, automatically deploying new versions to your cloudlet as changes are pushed to a GitHub repository containing your code.

Start your app locally

  1. Open a terminal window in this folder
  2. Execute npm link
  3. Execute ng serve --port 4202
  4. Open a browser window at localhost:4202

Automatically deploying the app to your cloudlet

  1. Import the app's code to a GitHub repository
  2. Generate a token using your Magic Dashboard and add as a secret TOKEN to your GitHub repository
  3. Every time you now push changes to your GitHub master or main branch a new version will be automatically deployed

chinook's People

Contributors

polterguy avatar

Watchers

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