diff --git a/src/data/projects/expense-tracker-api.md b/src/data/projects/expense-tracker-api.md index 873387df9..801efd4f1 100644 --- a/src/data/projects/expense-tracker-api.md +++ b/src/data/projects/expense-tracker-api.md @@ -53,6 +53,7 @@ Here are some constraints that you should follow: - Health - Others -As a recommendation, you can use MongoDB or an ORM for this project, such as [Mongoose](https://mongoosejs.com/) (if you’re using JavaScript/Node for this). +
+This is the last "beginner" project in the backend roadmap. If you have completed all the projects in the backend roadmap, you should have a good understanding of how to build a backend application. You can now move on to the "intermediate" projects in the backend roadmap.