Skip to content

Commit c1a0d92

Browse files
committed
add readme and images
1 parent ed1cce0 commit c1a0d92

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# node-mongodb-todo
2+
3+
Part 1 of the <a href="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:
10+
11+
<div style="display:flex-center; flex-direction: row; justify-content: space-evenly;">
12+
<img src="frontend.png"></img>
13+
<img src="database.png"></img>
14+
</div>

database.png

260 KB
Loading

frontend.png

69.2 KB
Loading

0 commit comments

Comments
 (0)