Skip to content

Commit 0fd599f

Browse files
committed
add outro
1 parent ddd2df7 commit 0fd599f

File tree

1 file changed

+5
-0
lines changed
  • module3-crud-and-data-models/r5-outro

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Conclusion
2+
3+
We learned a bit about creating a good database schema, then dived into CRUD requests with mongoose and how to create a RESTful api, we also touched on folder structure using the MVC design pattern, finally, we learned about creating custom methods in mongoose.
4+
With that being said, now you should be able to build a well structured back-end application with NodeJS, express, and mongoose for better MongoDB models.
5+
But you are still missing one of the big pillars in back-end development, and that is **authentication**! Which you are going to learn in the next module.

0 commit comments

Comments
 (0)