Giter VIP home page Giter VIP logo

mongoose_solo_challenge's Introduction

Omicron Mongoose Lecture

An overview for today's Mongoose lecture.

We are starting with an application that will run and serve our index page with npm start. But, that's really all we have.

We will complete this application using Angular and Mongoose.

Agenda

  1. Connect to Mongo using Mongoose, a node module.
  2. Create base GET, POST, PUT, and DELETE server-side routes.
  3. Implement the Mongoose syntax needed to support the above routes.
  4. Use Angular to add, display, update and delete books.
  5. Implement ability to add comments by modifying the view and client-side logic.
  6. Complete comments functionality on the server by using Mongoose subdocument.
  7. Implement a pre-save hook to filter profanity from our comments.

New Terms

  • Mongoose schema
  • Mongoose model
  • Mongoose subdocument
  • Hook

New Syntax

Quick rundown of new syntax we will use to query our database using Mongoose.

Mongoose Model Functions

  • find
  • findById
  • findByIdAndUpdate
  • findByIdAndRemove

Mongoose Document Functions

  • save

Mongoose Schema Functions

  • pre

mongoose_solo_challenge's People

Contributors

dkuntz811 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.