Web Programming ICP7 - Saiaishwaryapuppala/CSEE5590-CS490-Web-MobileProgramming GitHub Wiki
ICP
Objective:
The main objective of this tutorial is to understand the concept of developing a MEAN Stack application. In this tutorial, we learn about the MongodB, ExpressJS, and CRUD functionality using MEAN Stack.
- We have established the Mongo dB cluster and created a cluster.
- After creating the cluster we will connect to the cluster and setup the connection.
- Copy the link for connected your application.
- Copied the connection string and paste it in the app.js file
- Pasted in the app.js code along with the password to store the data in MongoDB
- In the below code we have used collection: ‘user-dates’—which will create the collection in the database.
- For updating and deleting the book made the changes in the code.
- Update the book
Output:
- On clicking on the book, the user will get an option to edit or delete a book
- Updation of the books
- Deletion of the book:
Video Link: https://drive.google.com/file/d/13cOsu9VkuayprpWWXK7RY0F1pbVbigRv/view?usp=sharing