1.0.1 • Published 5 years ago

mean-stack-crud-tutorial v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

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 folder
    • nodemon server to start the nodemon server
    • mongod 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

Author