Giter Club home page Giter Club logo

backand-angularjs2's Introduction

This example project is depreciated. Use the newer Backand Angular JS2 example project. It uses the newest Backand Angular JS 2 SDK.

MyDreamApp

This project was generated with angular-cli version 1.0.0-beta.16.

To use the project with angular-cli, install it:

npm install -g angular-cli

Then install dependendencies with:

npm install

Backand

Uses angular2bknd-sdk. See angular2bknd-sdk about required dependencies.

App Structure

The app structure is the standard Angular JS 2 structure. The app code is the src folder. The app starts AppModule from app.modulet.ts, and does a bootstrap of AppComponent from app.componenet.ts. The app uses a Router, and constructs the routes in app-routing.modules.ts.

AppComponent shows a navigation bar, and using router-outlet switches views.

Layout of app is done using SASS.

Using angular-cli, we generate screens with:

ng generate component my-new-component

Each screen forms a folder under src with four files:

  • ts - typescript component
  • html - html template
  • scss - SASS for styling of template
  • spec.ts - tests

Components

Login

Sign in to Backand using username and password, or with anonymous token.

Sign Up

  1. Sign up to Backand
  2. Sign up using Facebook/Twitter/Google/GitHub

CRUD

CRUD operation on your model in Backand

Including:

Get items Post items Filter items

Files

Upload files to Backand storage

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.