You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
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.
4
4
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.
6
6
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.
8
8
9
9
Get the step by step free tutorial in https://angular-templates.io/tutorials/about/learn-how-to-build-a-mean-stack-application
10
10
@@ -18,12 +18,10 @@ Run `npm install` to install all the required dependencies
18
18
Then run `npm run start` to start the API in your local environment.
19
19
20
20
Web server listening at: http://localhost:3000
21
+
21
22
Browse your REST API at http://localhost:3000/explorer
22
23
23
24
*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*
24
25
25
26
After installing the node dependencies run the following command to generate the sdk:
0 commit comments