All Projects → AngularTemplates → learn-how-to-build-a-mean-stack-application

AngularTemplates / learn-how-to-build-a-mean-stack-application

Licence: MIT license
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.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to learn-how-to-build-a-mean-stack-application

mean-stack
MEAN stack Mongoose, Express, Angular6, Node
Stars: ✭ 22 (-60%)
Mutual labels:  mean-stack, meanstack, angular5
MEAN-stack-authentication
MEAN stack authentication boilerplate with Angular 5 and Angular Material
Stars: ✭ 29 (-47.27%)
Mutual labels:  mean-stack, angular5
tenants
JustFix.nyc is a tool to document, organize, and take action in getting repairs made on your apartment.
Stars: ✭ 15 (-72.73%)
Mutual labels:  mean-stack, meanstack
Demo Loopback
Developing a complete REST API with Loopback
Stars: ✭ 37 (-32.73%)
Mutual labels:  loopback
Ansible Provisioning Tywin
Generate your Ansible provisioning for Symfony2, Laravel and Node.js projects
Stars: ✭ 67 (+21.82%)
Mutual labels:  loopback
awesome-angular
💖 A list of awesome Angular (2️⃣➕) resources
Stars: ✭ 61 (+10.91%)
Mutual labels:  angular-applications
Virtual-Classroom
Web Application based on Jitsi-Meet for better interaction between faculty and students.
Stars: ✭ 35 (-36.36%)
Mutual labels:  angular5
Generator Angular Auto Admin Loopback
Generator for automatic CRUD angular backend for loopback apps and apis
Stars: ✭ 32 (-41.82%)
Mutual labels:  loopback
angular-tag-cloud-module
This angular module contains a component which generates tag clouds.
Stars: ✭ 38 (-30.91%)
Mutual labels:  angular5
Generator Loopback Vue
app版本管理,(热更新)前后端分离,vue page分页功能,authenticate 权限控制,accesstoken机制,credentials,CI,docker
Stars: ✭ 202 (+267.27%)
Mutual labels:  loopback
Fireloop.io
Modern Real-Time Platform by MEAN Expert
Stars: ✭ 176 (+220%)
Mutual labels:  loopback
Loopback Component Jsonapi
JSONAPI support for loopback.
Stars: ✭ 104 (+89.09%)
Mutual labels:  loopback
8ComicDownloaderElectron
8Comic下載器:一個從8Comic網站下載漫畫的簡單程式,並以GitHub's Electron為開發架構,支援Windows/Linux/Mac,最新版本下載位址:https://github.com/wellwind/8ComicDownloaderElectron/releases
Stars: ✭ 48 (-12.73%)
Mutual labels:  angular-applications
Loopback Component Access Groups
Access controls for Loopback.
Stars: ✭ 56 (+1.82%)
Mutual labels:  loopback
yaclt
Yet Another Change Log Tool
Stars: ✭ 24 (-56.36%)
Mutual labels:  node-js
Drive
☁️ A distributed cloud based lazy drive to files integrated with Dropbox, Google Drive.
Stars: ✭ 36 (-34.55%)
Mutual labels:  loopback
Angular Seed
🌱 [Deprecated] Extensible, reliable, modular, PWA ready starter project for Angular (2 and beyond) with statically typed build and AoT compilation
Stars: ✭ 4,681 (+8410.91%)
Mutual labels:  angular-applications
Managedbass
.Net Wrapper for 'Bass' Audio Library
Stars: ✭ 131 (+138.18%)
Mutual labels:  loopback
Loopback4 Starter
Loopback 4 starter application. Multi-tenant architecture supported. Authentication, Authorization, Soft deletes, environment vars, Audit logs, included.
Stars: ✭ 109 (+98.18%)
Mutual labels:  loopback
gitlabreports
GitLab Reports is a small web app that allows GitLab users to generate reports of their project milestones with totals of estimated and spent time. Check https://gitlab.com/cosango/gitlabreports for latest code. App URL =>
Stars: ✭ 16 (-70.91%)
Mutual labels:  angular-applications

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].