Giter Club home page Giter Club logo

luckycyber / angular-2-crud Goto Github PK

View Code? Open in Web Editor NEW

This project forked from scbushan05/angular-2-crud

0.0 0.0 0.0 100 KB

Book Management System demonstrates the Angular 2 CRUD operations using http() service calls. User can call HTTP post() to insert the record, get() to read the single record/list of records, put() to update the record, and delete() to delete the record.

Home Page: http://bushansirgur.in/angular-2-and-spring-mvc-simple-crud-application/

TypeScript 69.66% JavaScript 8.38% HTML 20.90% CSS 1.06%

angular-2-crud's Introduction

Book App

Build a Simple Angular 2 CRUD application using http

Steps to Setup

1. Clone the application

git clone https://github.com/scbushan05/angular-2-crud.git

2. Intall Angular CLI globally

npm install -g @angular/cli

3. Intall dependencies/npm modules

Go to the project directory and execute the following command from the terminal

intall npm

4. Change the REST API URL's

In the book.service.ts change the REST API URL's, i have created backend project using Spring REST, you can find it here https://github.com/scbushan05/book-api

5. Build and run the app

ng serve --open

The app will open in the default browser with http://localhost:4200/.

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.