mean-stack-crud-tutorial
v1.0.1
Published
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.
Downloads
3
Maintainers
Readme
MEAN Stack CRUD Tutorial
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.
How to run the app?
- Run
npm install
to install required dependencies. - Run
ng serve
to run the angular app - Start the MEAN Stack backend
cd backend
to enter into the backend foldernodemon server
to start the nodemon servermongod
to start the mongoDB shell
Step By Step Written Tutorial
MEAN Stack Tutorial – Angular 7 CRUD App with Bootstrap 4
Prerequisites
- Node JS
Built With
- MongoDB
- Mongoose JS
- Express JS
- Angular CLI 7.2.3
- Visual Studio Code