Coder Social home page Coder Social logo

natrajsr / singlepageapp-angularjs-asp.netwebapi Goto Github PK

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

Single Page Web Application using Angular JS and ASP.Net Web API

C# 17.78% CSS 2.90% ASP 0.02% JavaScript 2.52% PowerShell 25.51% Puppet 3.11% HTML 3.49% Pascal 12.32% Rich Text Format 32.35%

singlepageapp-angularjs-asp.netwebapi's Introduction

SinglePageApp-AngularJS-ASP.NetWebAPI

This project contains a simple Library admin module for books management, developed with the help of Angular JS and ASP.Net Web API.

This demonstrates both the AngularJS and ASP.Net Web API. Bootstrap.js used as presentation framework.

This application contains three different modules

  1. Library API - ASP.Net Web API
  2. Library API.Model - Separate module to handle view model
  3. Library Manager - Single Page Web Application built with AngularJS

How the data is stored ?

  • In Memory Store has been developed at the moment
  • Designed with extensibility i.e., you could add your own model store which can pull data from RDBMS Database Server

How the Data Model can be extended ?

  • Create a new Model Factory by extending AbstractModelFactory
  • Create and develop a new model stores which connects Database Server
  • Replace the new Model factory reference with existing InMemoryModelFactory reference in ControllerFactory of Library API project

How to run this project ?

Library API - ASP.Net Web API

  • You could host this as separate website or application inside an existing web site
  • CORS enabled

Library Manager - Website / Web Application

  • This can be hosted as website or application
  • In order to access the Library API, we need to confugure the URL of the Library API once it is hosted
  • Change js/config.js under LibraryManager application to update the URL of the Library API
  • For e.g., if the hosted API URL is 'http://localhost:8080/LibraryAPI', please update the URL property in config.js as 'URL' : 'http://localhost:8080/LibraryAPI'

singlepageapp-angularjs-asp.netwebapi's People

Contributors

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