GithubHelp home page GithubHelp logo

express-mini-sprint's Introduction

Express Mini Sprint

Basic Setup

  • At the root directory do the following:
    • npm install
    • npm start or nodemon

Client/Server Communications

The client will communicate with your server via jQuery's AJAX. For your convenience the jQuery script is in the index.html file already.

While you are beginning to understand Express focus on understanding the following:

  • What the difference is between how this was written in Node and how it is written in Express
  • What is in the package.json and how to use scripts and dependencies
  • How to spin up a basic server
  • What middleware is, where it goes
  • What a route handler is and how to write one
  • What params are and how to send them from the client and how to read them on the server (client and server side)
  • Where to find the data sent in a client request
  • How to respond to a request and end the connection
  • How to parse json or urlencoded data sent from the client
  • What GET/POST/PATCH/DELETE are
  • Promises (.then, .catch) and how to use them and return them from a function
  • Callbacks
  • Model/View/Controller and how to pass data between them
  • static routes
  • What an endpoint is
  • How to traverse the docs for Node, Express, npm packages
  • How to use postman to test your routes

express-mini-sprint's People

Contributors

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