A step by step MEAN Stack Tutorial from which you will learn to build Angular 7 CRUD App with Bootstrap 4, MongoDB, NodeJS and Express JS from scratch.
This project was built with Angular CLI version 7.2.3.
Step by step article on MEAN Stack Tutorial – Angular 7 CRUD App with Bootstrap 4
npm install
to install required dependencies.ng serve
to run the angular appcd backend
to enter into the backend foldernodemon server
to start the nodemon servermongod
to start the mongoDB shellRun ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
MEAN Stack Angular 6 CRUD Web Application This source codes if part of MEAN Stack Angular 6 CRUD Web Application tutorial. This project was generated with Angular CLI version 6.0.1. Development server
Building CRUD Web Application using MERN Stack This source code is part of Building CRUD Web Application using MERN Stack tutorial. If you think this source code is useful, it will be great if you jus
MEAN Chat App A small chat application built using the MEAN stack Warning: this project was built a few years back so it uses old versions of libraries and does not guarantee security. Also it might n
mean-angular4-chat-app This source code is part of tutorial Building Chat Application using MEAN Stack (Angular 4) and Socket.io Step to run: Prepare Node.js and Angular CLI Clone this repo Run 'npm i
Angular Firebase CRUD This project is part of an Angular tutorial where we explore how to perform all CRUD operations in an Angular 7 application using cloud FireStore as a database. Get the step by s
Angular Full Stack Angular Full Stack is a project to easly get started with the latest Angular using a real backend and database. Whole stack is in TypeScript, from frontend to backend, giving you th