How to Build a TV Show Tracker with MongoDB, Node.js, and AngularJS
Join the DZone community and get the full member experience.
Join For Free
if you're looking for a practical application to
get you started with mongodb
, or to hone your skills, or you just to do something fun with your nosql savvy (and a variety of web skills, too), you might be interested in
this tutorial
from sahat yalkabov.
it covers the creation of a tv show tracker - more specifically, a rest api, authentication and signup process, data creation and retrieval, front-end work, and optimization - using mongodb and mongoose , node.js and express, passport, angularjs , and bootstrap sass. the end result, when yalkabov puts it together, at least, is something like this:
(source: sahatyalkabov.com/images/blog/tvshow-tracker-32.png )
and this tutorial is detailed. every step is completely fleshed out, but also segmented so that you can skip around to the interesting parts or the parts you need to be walked through. the only major assumptions made are that you have already comfortably installed node.js, mongodb, and express-generator. from there, it's a thirteen-step process:
- creating a new express project
- bootstrapping an angularjs application
- angularjs routes and templates
- dealing with database schemas
- creating express api routes
- query and parse the tvdb api
- finishing up with angularjs
- client-side authentication
- server-side authentication
- handling subscription
- setting up email notifications
- optimization
-
deployment
followed by a fourteenth step containing some closing remarks from the author, including tips on how to expand the project and some encouraging words for those not yet prepared enough to complete it.
check out yalkabov's full article for all the steps to build a tv show tracker yourself.
Opinions expressed by DZone contributors are their own.
Trending
-
Managing Data Residency, the Demo
-
Micro Frontends on Monorepo With Remote State Management
-
4 Expert Tips for High Availability and Disaster Recovery of Your Cloud Deployment
-
Which Is Better for IoT: Azure RTOS or FreeRTOS?
Comments