GithubHelp home page GithubHelp logo

dreamdevil00 / ng4-loopback-starter Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 27 KB

A project seed that uses loopback3 as backend and angular2 as frontend, inspired by colmena(https://github.com/colmena/colmena).

TypeScript 63.94% JavaScript 20.49% HTML 15.00% CSS 0.58%
loopback angular2 admin project-seed api

ng4-loopback-starter's Introduction

About

This is a project seed for an API with an Admin interface that can be easily extended and built upon, borrowed from Colmena but only reserves code structure and basic configuration to make it clean.

Introduction

It is built using a collection of great Open Source projects, including but not limited to:

  • LoopBack - API server based on Express.
  • Angular - MVC framework to build web apps.
  • LoopBack SDK Builder - Awesome integration of Loopback and Angular.
  • CoreUI - Amazing Bootstrap Admin Template.
  • @ngrx/store - RxJS powered state management for Angular applications

Structure

The project is a mono-repo managed by lerna. It is structured like this:

  • apps/
    • admin The Admin interface built with Angular.
    • api The REST API built with LoopBack.
  • modules
    • admin
      • * Modules that add functionality to the Admin app.
    • api
      • * Modules that add functionality to the API app.
  • packages
    • admin-* Packages used by the Admin app.
    • api-* Packages used by the API app.

Installation

Requirements

  • node(v6.9.x or higher)
  • npm (v3.x or higher)

Globally installed Node packages:

npm install -g @angular/cli lerna loopback-cli

setup

Clone the repository and install the dependencies:

git clone https://github.com/dreamdevil00/angular2-loopbackjs-project-seed.git
cd angular2-loopbackjs-project-seed
npm install

ng4-loopback-starter's People

Contributors

dreamdevil00 avatar

Watchers

 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.