1 00:00:00,600 --> 00:00:05,096 Nice work, you've created a practical cred application using the Sequalizer ORM in 2 00:00:05,096 --> 00:00:05,666 Express. 3 00:00:05,666 --> 00:00:09,898 And you can effectively apply what you learned in this workshop to just about any 4 00:00:09,898 --> 00:00:12,563 of your Express and SQL projects moving forward. 5 00:00:12,563 --> 00:00:16,029 Now, we've only just scratched the surface of what you're able to do with 6 00:00:16,029 --> 00:00:17,414 Sequelize in an Express app. 7 00:00:17,414 --> 00:00:21,102 So be sure to experiment with some of the other features of Sequelize you learn in 8 00:00:21,102 --> 00:00:22,597 previous courses and lessons. 9 00:00:22,597 --> 00:00:26,657 If you wanna extend this project, why not add comments to articles or 10 00:00:26,657 --> 00:00:28,057 user authentication? 11 00:00:28,057 --> 00:00:32,321 You could also use the where attribute to filter your queries. 12 00:00:32,321 --> 00:00:36,484 For example, return just the articles written by a certain author or 13 00:00:36,484 --> 00:00:38,359 published after a given date. 14 00:00:38,359 --> 00:00:43,266 You could also add pagination to your app using the limit and offset properties and 15 00:00:43,266 --> 00:00:47,262 a find all query for example, as shown here in the Sequelize docs. 16 00:00:47,262 --> 00:00:50,625 The Sequelize and Express docs are really helpful resources, so 17 00:00:50,625 --> 00:00:53,571 be sure to keep them handy when working on your projects. 18 00:00:53,571 --> 00:00:56,638 If you have questions about anything covered in this workshop, 19 00:00:56,638 --> 00:01:00,522 feel free to reach out to other students in the community or the Treehouse staff. 20 00:01:00,522 --> 00:01:01,990 Thanks everyone and happy coding.