agkayster / nextadmin-nextjs14-Fullstack-app

0 stars 0 forks source link

Implementation of our fetch function #25

Closed agkayster closed 8 months ago

agkayster commented 8 months ago

Completed the implementation of the fetch function fetchUsers(), this is to help us fetch users from our Mongodb database. Invoking this function automatically creates our database in MongoDB, so we do not have to do it manually. The fetchUsers function was invoked in the UsersPage component.