Hits: 101
MongoDB, Express, AngularJS, Node.js abbreviated as MEAN, these are development pack by all Javascript. In this sample we are going to use MSSQL Server instead of MongoDb.
With this application sample we can create a new user, show all the user, modify user data & also can able to delete the user through API build with Express from frontend using AngularJS.
Components:
- MSSql – SQL database
- Express – NodeJS Framework
- Angular – JavaScript frameworks for Frontend
- NodeJS – JavaScript Execution environment (Server)