Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5a9cec1

Browse files
authored
Update README.md
1 parent cf368a5 commit 5a9cec1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

‎README.md‎

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
This project is a Loopback API used in part 2 of [Learn Angular from scratch step by step tutorial](https://angular-templates.io/tutorials/about/learn-angular-from-scratch-step-by-step) where we explore from the basic concepts and why’s of Angular to building a complete Angular 5 app with the MEAN stack.
44

5-
The goal of this tutorial is to guide you through the coding of a full-stack JavaScript example application project and connecting a backend API to an Angular 5 front-end application employing the MEAN stack.
5+
The goal of this angular 5 tutorial is to guide you through the coding of a full-stack JavaScript example application project and connecting a backend API to an Angular 5 front-end application employing the MEAN stack.
66

7-
By the end of this Angular advanced tutorial, you will learn about the mean stack from scratch, including how to build a RESTful API with Loopback and using it to perform CRUD operations on a MongoDB database through an Angular frontend. Just in case you didn’t know it, CRUD stands for Create Read Update and Delete.
7+
By the end of this Angular advanced tutorial, you will learn about the mean stack from scratch, including how to build a RESTful API with Loopback and using it to perform CRUD operations on a MongoDB database through an Angular frontend.
88

99
Get the step by step free tutorial in https://angular-templates.io/tutorials/about/learn-how-to-build-a-mean-stack-application
1010

@@ -18,12 +18,10 @@ Run `npm install` to install all the required dependencies
1818
Then run `npm run start` to start the API in your local environment.
1919

2020
Web server listening at: http://localhost:3000
21+
2122
Browse your REST API at http://localhost:3000/explorer
2223

2324
*Please [read the tutorial](https://angular-templates.io/tutorials/about/learn-how-to-build-a-mean-stack-application) to see how to use this project*
2425

2526
After installing the node dependencies run the following command to generate the sdk:
2627
`./node_modules/.bin/lb-sdk server/server.js ./client/sdk`
27-
28-
29-
![](https://s3-us-west-2.amazonaws.com/angular-templates/tutorials/learn-angular-from-scratch-step-by-step/learn-angular-from-scratch-step-by-step-categories.png)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /