Git Product home page Git Product logo

back-end-quiz's Introduction

Back End Quiz

Please follow the directions.

  • Write all of your responses to the questions below in a server.js file. You can comment out your responses to the written questions like so:
// 1.) Your Answer
// 2.) Your Answer again
  • For the code part just write your code like you normally would.
  • When you're done with the project, save your server.js file and create a private Gist on your github. Then DM the gist to Ryan via Slack.
  • No stress here! Just simply have fun! We're doing this so that can potentially make things better here at Lambda School!

Written Response Questions

  • In your own words, please write out your response to the following questions:
    • 1 - What is Node?
    • 2 - What is Express? What does it do for us as developers?
    • 3 - What is body-parser and what does it do?
    • 4 - What does CRUD stand for and how do you represent each part of CRUD in terms of an API?
    • 5 - What is MongoDB?
    • 6 - Name two major differences between noSQL and SQL style databases.
    • 7 - What is Mongoose?
    • 8 - Describe what Schema does for us.
    • 9 - What is the difference between a document, a collection, and a database?
    • 10 - Describe ONE "Ah-ha!" moment you've had this past month.

Code Challenge

  • Inside your server.js file where you just responded to all those questions, build a node/express server that would persist content to a database, and allow you to perform CRUD operations.
  • You can be as creative as you want with this. There is no direction in regards to what type of data you are able to store. If you want to make a pokemon directory, do it! Have fun!
  • You can simply build your model at the top of the file after you've included your necessary packages. Normally you'd do this in another file, but I want to see this in one Gist so keep it clean.
const MySchema = mongoose.Schema({});
const Thing = mongoose.model('Thing', MySchema);
  • Feel free to use Resources. But don't reference any old code you've written. Google and the interwebs will suffice for you to find the information you need. PLEASE DO NOT: Copy and paste solutions to your file.
  • ** It also may be a good idea to test your server with Postman before submitting the challenge.

back-end-quiz's People

Contributors

ryan-hamblin avatar sperrye avatar

Stargazers

Dax Wann avatar  avatar

Watchers

James Cloos avatar  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.