Over the last 2 weeks or so roughly, I made some APIS to allow my Zzpace (Angular/React) front ends and Node(Mongo/Express) backend to allow CRUD tasks.
Create – New users can be created on both of the Angular and React front-ends.
Read – Multiple APIs exist to read data from the MongoDB access.
Update – Users can update their personal information once logged in.
Delete – Admin users can delete any customer account.