Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Preview
Start a free Courses trial
to watch this video
Congrats, you've created a practical CRUD application using the Sequelize ORM and Express! This video provides suggestions on ways to extend your project.
Resources
Related content
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
Nice work, you've created a practical cred
application using the Sequalizer ORM in
0:00
Express.
0:05
And you can effectively apply what you
learned in this workshop to just about any
0:05
of your Express and
SQL projects moving forward.
0:09
Now, we've only just scratched the surface
of what you're able to do with
0:12
Sequelize in an Express app.
0:16
So be sure to experiment with some of the
other features of Sequelize you learn in
0:17
previous courses and lessons.
0:21
If you wanna extend this project,
why not add comments to articles or
0:22
user authentication?
0:26
You could also use the where
attribute to filter your queries.
0:28
For example, return just the articles
written by a certain author or
0:32
published after a given date.
0:36
You could also add pagination to your app
using the limit and offset properties and
0:38
a find all query for example,
as shown here in the Sequelize docs.
0:43
The Sequelize and Express docs
are really helpful resources, so
0:47
be sure to keep them handy
when working on your projects.
0:50
If you have questions about
anything covered in this workshop,
0:53
feel free to reach out to other students
in the community or the Treehouse staff.
0:56
Thanks everyone and happy coding.
1:00
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up