You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part 1 of the <ahref="https://codedamn.com/learn/node-mongodb-fundamentals">Learn MongoDB with Node.js</a> course from Codedamn. In this part a simple To Do app is created using Express.
4
+
5
+
The installation and connection to a MongoDB database was the main issue address. A schema for this database was created using Mongoose.
6
+
7
+
Additionally, a CRUD model was created to enable conversation between the frontend part of the application and the database.
8
+
9
+
The pictures below depict the final working example:
0 commit comments