have created a database using mongodb...now i want to display the data in my mongodb database on my website......so how can i do that ? do i need to create a restful api or there is some other way to do this ?
In nodejs?!
Correct, you need a REST API, and you'll use fetch or a library like axios to get the data from API.
Обсуждают сегодня