AruN
AruN

Reputation: 191

How can I implement MongoDB on Angular 9?

I'd like to know how to implement MongoDB to Angular 9 for Inserting, Deleting and updating data. I heard it can be done using Node JS.

I need some sample code for an academic project.

Upvotes: 0

Views: 575

Answers (1)

Surya
Surya

Reputation: 638

This link is a great step towards learning NodeJS express and Mongo DB connection with CRUD operations.

The author has mentioned step by step procedure for DB operation with Node. And to combine it with Angular, you can create something to call CRUD APIs of your Node application which will handle the DB connection.

Upvotes: 1

Related Questions