Traversy Media
-
35:43 Popular
Node js With CouchDB
Added 118 Views / 0 LikesIn this video we will use Node.js to create a small app to read from a CouchDB database as well as add and delete documents. This video continues from the CouchDB Basics video here - https://www.youtube.com/watch?v=nlqv9Np3iAU CouchDB Course - https://www.eduonix.com/affiliates/id/16-10057 12 Project Node.js Course - https://www.eduonix.com/affiliates/id/16-10200
-
22:04 Popular
Node.js & Drywall User Management System
Added 130 Views / 0 LikesIn this video I will show you how to setup a complete user management system using Node.js and Drywall. Drywall gives you the following... User Registration User Login Reset Password Admin Area - Manage users, resource categories, admins, admin groups and more I have a 10 project Node.js course here - https://www.udemy.com/learn-nodejs-by-building-10-projects/
-
1:12:39
Node.js & Express API | Expense Tracker - Part 2 (MERN)
Added 89 Views / 0 LikesIn this video we will take the react app from the last video and make it a full stack MERN app by adding a backend API with Express and MongoDB Original React Version: https://github.com/bradtraversy/expense-tracker-react MERN Version: https://github.com/bradtraversy/expense-tracker-mern • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Course Links: https://www.traversymedia.com Follow Traversy Media: h
-
22:31 Popular
Node.js & Express From Scratch [FINAL] - Deploying Our App
Added 109 Views / 0 LikesIn this final video [FOR NOW], we will deploy our Node.js and Express application to Digital Ocean. We will install a Node process manager and even connect a domain name 2 FREE MONTHS OF DIGITAL OCEAN: https://m.do.co/c/5424d440c63a CODE: Full code for this series https://github.com/bradtraversy/nodekb COURSE: Full course this project is based on http://www.traversymedia.com/course/p... SUPPORT: We spend massive amounts of time creating these free vid
-
21:57 Popular
Node.js & Express From Scratch [Part 10] - User Login
Added 136 Views / 0 LikesIn this video we will implement Passport.js and a local strategy to log users in with a username and password. We will also be using bcrypt for password hashing. CODE: Full code for this series https://github.com/bradtraversy/nodekb COURSE: Full course this project is based on http://www.traversymedia.com/course/p... SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.paypal.me/traversym
-
14:58 Popular
Node.js & Express From Scratch [Part 11] - Access Control
Added 116 Views / 0 LikesIn this video we will create some access control so only logged in users can create articles and can only edit and delete their own articles. CODE: Full code for this series https://github.com/bradtraversy/nodekb COURSE: Full course this project is based on http://www.traversymedia.com/course/p... SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.paypal.me/traversymedia http://www.patr
-
13:37 Popular
Node.js & Express From Scratch [Part 1] - Intro & Environment
Added 111 Views / 0 LikesThis is a BEGINNER FRIENDLY series. In this video I will give a short introduction to the series and we will setup our environment from scratch. We will be installing the following... Node.js & NPM MongoDB NoSQL Database Atom Text Editor Git & Git Bash For Windows CODE: Full code for this series https://github.com/bradtraversy/nodekb SUGGESTED: Node.js For Beginners - https://www.youtube.com/watch?v=U8XF6AFGqlc&t=780s Express Crash Course - https://ww
-
11:12 Popular
Node.js & Express From Scratch [Part 2] - App Setup & Express Install
Added 121 Views / 0 LikesIn this video we will setup our Node js application by creating a package.json file and installing Express and creating the server CODE: Full code for this series https://github.com/bradtraversy/nodekb COURSE: Full course this project is based on http://www.traversymedia.com/course/projects-in-mongodb-learn-mongodb-building-ten-projects/ SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://ww
-
16:41 Popular
Node.js & Express From Scratch [Part 3] - Pug Template Engine
Added 124 Views / 0 LikesIn this video we will install the Pug template engine and integrate it with Express. We will also install the Pug package for the Atom text editor. CODE: Full code for this series https://github.com/bradtraversy/nodekb COURSE: Full course this project is based on http://www.traversymedia.com/course/projects-in-mongodb-learn-mongodb-building-ten-projects/ SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your s
-
13:58 Popular
Node.js & Express From Scratch [Part 4] - Mongoose & Model Setup
Added 123 Views / 0 LikesIn this video we will start to work with the MongoDB database with the Mongoose ORM and fetch data from the database. We will also dabble with the Mongo shell command line to create a collection and insert data CODE: Full code for this series https://github.com/bradtraversy/nodekb COURSE: Full course this project is based on http://www.traversymedia.com/course/projects-in-mongodb-learn-mongodb-building-ten-projects/ SUPPORT: We spend massive amounts o
-
10:38 Popular
Node.js & Express From Scratch [Part 5] - Save Articles to MongoDB
Added 430 Views / 0 LikesIn this video we will create the form to add articles to the MongoDB database and the route to submit to. We will also add the bodyparser module. CODE: Full code for this series https://github.com/bradtraversy/nodekb COURSE: Full course this project is based on http://www.traversymedia.com/course/projects-in-mongodb-learn-mongodb-building-ten-projects/ SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your sup
Featured -
18:09 Popular
Node.js & Express From Scratch [Part 6] - Bower & Bootstrap
Added 129 Views / 0 LikesIn this video we will start to make the app look better. We will install Bootstrap with Bower which is a front end package manager similar to NPM. CODE: Full code for this series https://github.com/bradtraversy/nodekb COURSE: Full course this project is based on http://www.traversymedia.com/course/projects-in-mongodb-learn-mongodb-building-ten-projects/ SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your su
-
15:15 Popular
Node.js & Express From Scratch [Part 7] - Update & Delete Articles
Added 114 Views / 0 LikesIn this video we will add the functionality to update and delete articles in MongoDB. We will also work with jQuery and Ajax to make a safe delete request CODE: Full code for this series https://github.com/bradtraversy/nodekb COURSE: Full course this project is based on http://www.traversymedia.com/course/projects-in-mongodb-learn-mongodb-building-ten-projects/ SUPPORT: We spend massive amounts of time creating these free videos, please donate to show
-
25:15 Popular
Node.js & Express From Scratch [Part 8] - Messaging & Validation
Added 148 Views / 0 LikesIn this video we will be setting up flash messaging with the express-messages module. We will also be setting up connect-flash and express-session. Then we will implement the express-validation module for a more elegant form validation than just using Mongoose models. CODE: Full code for this series https://github.com/bradtraversy/nodekb COURSE: Full course this project is based on http://www.traversymedia.com/course/p... SUPPORT: We spend massive amo
-
28:09 Popular
Node.js & Express From Scratch [Part 9] - User Registration
Added 137 Views / 0 LikesIn this video we will start creating user authentication and allow users to register. We will use Passport.js for this which is a very flexible authentication system. CODE: Full code for this series https://github.com/bradtraversy/nodekb COURSE: Full course this project is based on http://www.traversymedia.com/course/p... SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.paypal.me/trav
-
27:38
Node.js & Pusher Real Time Polling App [1] - Initial Back End
Added 99 Views / 0 LikesPart 1 of 3: In this video we will setup our backend for our real-time polling application using Node.js and Express. We will also enable CORS and create our initial API routes. We will not yet implement MongoDB. • BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia VISIT MY WEBISTE: Check Out My Udemy Courses http://www.traversymedia.com CODE: PusherPoll Github Repo https://github.com/bradtraversy/pusherpoll PUSHER WEBSITE
-
15:02
Node.js & Pusher Real Time Polling App [2] - Front End JS & Chart
Added 95 Views / 0 LikesPart 2 of 3: In this video we will code the front end JavaScript, make a request to the backend on form submission and subscribe to the Pusher real-time response, adding the result to the CanvasJS chart. • BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia VISIT MY WEBISTE: Check Out My Udemy Courses http://www.traversymedia.com CODE: PusherPoll Github Repo https://github.com/bradtraversy/pusherpoll PUSHER WEBSITE: https:/
-
22:35 Popular
Node.js & Pusher Real Time Polling App [3] - MongoDB & Mongoose
Added 113 Views / 0 LikesPart 3 of 3: Now that we have a real-time polling app created, let's persist the data to a MongoDB database using Mongoose. • BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia VISIT MY WEBISTE: Check Out My Udemy Courses http://www.traversymedia.com CODE: PusherPoll Github Repo https://github.com/bradtraversy/pusherpoll PUSHER WEBSITE: https://pusher.com MLAB WEBSITE: https://mlab.com FOLLOW TRAVERSY MEDIA: http://www.fac
-
1:01:53 Popular
Node.js & Stripe API - Ebook Sales App & Heroku Deploy
Added 130 Views / 0 LikesIn this video we will build a Node.js/Express app using the Stripe API to sell an ebook. We will be able to create a customer and charge their card. Everything is done in test mode. Once we build the app, we will deploy to Heroku SPONSOR: Check out Coding Dojo - http://www.codingdojo.com/l/yt/trs CODE: Github Repo https://github.com/bradtraversy/ebookseller LIVE APP: https://peaceful-island-46715.herokuapp.com BECOME A PATRON: Show support & get perks
-
23:01 Popular
Node.js API Authentication With JWT
Added 111 Views / 0 LikesIn this overview we will take a look at Node.js and JSON web tokens. I will show you how to create a route to generate a token and use that token to make a request to a protected route. SPONSOR: Check out Coding Dojo - http://www.codingdojo.com/l/yt/tr CODE: Github Repo With Example https://github.com/bradtraversy/node_jwt_example • BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia ONE TIME DONATIONS: http://www.paypal.me
-
2:28:43
Node.js App From Scratch | Express, MongoDB & Google OAuth
Added 88 Views / 0 LikesThis is a full application build of the StoryBooks app which uses Node.js, Express, MongoDB, Passport with a Google OAuth strategy and more. Full Code: https://github.com/bradtraversy/storybooks • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Course Links: https://www.traversymedia.com Follow Traversy Media: https://www.twitter.com/traversymedia https://www.instagram.com/traversymedia https://www.faceb
-
57:41 Popular
Node.js CLI For Cryptocurrency Prices
Added 104 Views / 0 LikesIn this project we will build a CLI (command line interface) for a cryptocurrency price app. We will use Commander.js, Inquirer, configstore and some other modules. Code: https://github.com/bradtraversy/coindex-cli • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Course Links: https://www.traversymedia.com Follow Traversy Media: https://www.twitter.com/traversymedia https://www.instagram.com/traversymed
-
1:30:08 Popular
Node.js Crash Course
Added 130 Views / 0 LikesIn this crash course we will explore Node.js fundamentals including modules such as path, url, fs, events and we will create an HTTP server from scratch without Express and deploy to Heroku. Watch Next: Express Crash Course: https://www.youtube.com/watch?v=L72fhGm1tfE Sponsor: DevMountain Bootcamp https://goo.gl/6q0dEa Code: https://github.com/bradtraversy/node_crash_course • Become a Patron: Show support & get perks! http://www.patreon.com/traversyme
-
1:16:42
Node.js GeoJSON API & App | Store Locator
Added 86 Views / 0 LikesIn this project we will create a store locator API that serves GeoJSON data. We will also build a simple frontend using Mapbox to plot the points. For more stuff like this, check out my Node.js API Masterclass course: https://www.udemy.com/course/nodejs-api-masterclass/?referralCode=F95A0D3B9CA1DB648F55 Code: https://github.com/bradtraversy/store_locator_api Sponsor: Linode Hosting https://linode.com/traversy • Become a Patron: Show support & get perk
-
37:11 Popular
Node.js Image Uploading With Multer
Added 107 Views / 0 LikesIn this project we will look at file/image uploading in Node.js with the Multer module. We will also be using the EJS template engine and MaterializeCSS for the form UI. SPONSOR: Check out Coding Dojo - http://www.codingdojo.com/l/yt/trs CODE: Github Repo https://github.com/bradtraversy/nodeuploads BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia ONE TIME DONATIONS: http://www.paypal.me/traversymedia VISIT MY WEBISTE: ht
-
22:54 Popular
Node.js Login System With Passport - Part 1
Added 125 Views / 0 LikesIn this video we will start our login and registration application using Node.js, Express and Passport. We will setup our modules, middleware and create a Bootstrap layout. Code For This Series - https://github.com/bradtraversy/loginapp NODE.JS, EXPRESS & MONGODB COURSE: https://www.udemy.com/nodejs-express-mongodb-dev-to-deployment/?couponCode=DISCOUNT459895
-
17:12 Popular
Node.js Login System With Passport - Part 2
Added 104 Views / 0 LikesIn this video we will create the functionality for the registration form using Passport. We will also encrypt/hash passwords using bcrypt. Code For This Series - https://github.com/bradtraversy/loginapp 12 Project Node.js Course: https://www.eduonix.com/affiliates/id/16-10200 Learn Node.js From Scratch Course: https://www.eduonix.com/affiliates/id/16-10033
-
19:40 Popular
Node.js Login System With Passport - Part 3
Added 126 Views / 0 LikesIn this video we will add the login functionality using Passport along with a local strategy. We will also implement access control Code For This Series - https://github.com/bradtraversy/loginapp 12 Project Node.js Course: https://www.eduonix.com/affiliates/id/16-10200 Learn Node.js From Scratch Course: https://www.eduonix.com/affiliates/id/16-10033
-
08:20 Popular
Node.js Part 1 - Install NodeJS on Windows
Added 124 Views / 0 LikesIn this video we will install Git Bash and Node.js on to a Windows 7 machine. New NodeJS/Express 4 Series - https://www.youtube.com/watch?v=ivstVNUKAW8&feature=youtu.be SPONSORS: DevMountain Bootcamp - https://goo.gl/6q0dEa
-
17:56 Popular
Node.js Part 2 - Install MongoDB in Windows
Added 114 Views / 0 LikesIll show you how to install and configure MongoDB on to a Windows machine.









