Skip to content

asjjain/angularcrud

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published