Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angulartemplates/learn-how-to-build-a-mean-stack-application
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.
https://github.com/angulartemplates/learn-how-to-build-a-mean-stack-application
angular angular-applications angular-starter-template angular-tutorial angular5 express expressjs loopback mean-stack meanstack mongodb node-js nodejs rest-api
Last synced: about 11 hours ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/angulartemplates/learn-how-to-build-a-mean-stack-application
- Owner: AngularTemplates
- License: mit
- Created: 2018-04-09T11:34:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-14T17:07:43.000Z (about 1 year ago)
- Last Synced: 2025-01-25T13:03:41.852Z (8 days ago)
- Topics: angular, angular-applications, angular-starter-template, angular-tutorial, angular5, express, expressjs, loopback, mean-stack, meanstack, mongodb, node-js, nodejs, rest-api
- Language: TypeScript
- Homepage: https://angular-templates.io/tutorials/about/learn-how-to-build-a-mean-stack-application
- Size: 244 KB
- Stars: 69
- Watchers: 8
- Forks: 2,000
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular Tutorial: Learn Angular from scratch step by step REST API
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 7 app with the MEAN stack.
The goal of this angular 7 tutorial is to guide you through the coding of a full-stack JavaScript example application project and connecting a backend API to an Angular front-end application employing the MEAN stack.
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.
Get the step by step free tutorial in https://angular-templates.io/tutorials/about/learn-how-to-build-a-mean-stack-application
**Please support this project by simply putting a Github star ⭐. Thanks 🙏**
## Installation
Run `npm install` to install all the required dependencies
Then run `npm run start` to start the API in your local environment.
Web server listening at: http://localhost:3000
Browse your REST API at http://localhost:3000/explorer
*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*
After installing the node dependencies run the following command to generate the sdk:
`./node_modules/.bin/lb-sdk server/server.js ./client/sdk`