CRUD application with Express, Mongodb, and Mongoose
In the article I'm going to over how to build a simple CRUD application with the Framework express, the database is Mongodb then a library called Mongoose to connect Express and Mongodb.
CRUD:
Create
Read
Update
Delete
In order to run Express pleas...
joselive.hashnode.dev8 min read