Git Product home page Git Product logo

nodejs-udemy's Introduction

Projects from NodeJS Udemy course

Beginners guide to nodeJS. Learned the basics of node, web servers, databases, security/auth, and real time apps. Uses several 3rd party libraries and servers. View link for full description.

Link: https://udemy.com/the-complete-nodejs-developer-course-2/learn/v4/overview


Notes-Node - Command line program that let's you write, save, read, delete, and list notes

Usasge:

npm install : installs json module with dependencies for app to function
node app.js (add/remove/list/read) : runs app with given action
node app.js --help : view full usage

Weather-App - Command line program that allows you to check with with given address using forecast.io and google

Usage:

npm install: install json module with dependencies
node app.js -a (enter location) : get weather at give address
node app.js --help : view full usage

Node-Web-Server - simple express app with home, about, projects, and maintenance page using heroku server.

Usage:

npm install: install json module with dependencies
npm start: checks whether to log onto local host or heroku server

Node-Tests - Practice with test fuctions for nodeJS (synchronous/asynchronus) using assertion library (Expect) and Mocha framework as well as superexpress and spies for testing express applications.

Usage:

npm install: install json module with dependencies
npm run test-watch: run script set in json packge file to run tests
npm test: "^^^"

Node-ToDo-API - Create a "todo" application that allows you to add, remove, view, and edit todos from yuor list. User authentication implemented. Topics covered include: setting up the API, creating/testing endpoints, setting up mongoose, mongoDB, and RoboMongo, managing configuration using Postman and Mongo, and deploying the application to Heroku

Notes:

This app must have it's own github repository to work properly with Heroku.

Usage:

npm install: install json module with dependencies
npm start: starts the program. Opens port either locally or through Heroku depending on where the database is set up.

nodejs-udemy's People

Contributors

dlewis2017 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.