Giter Club home page Giter Club logo

juicebox's Introduction

JuiceBox

We are going to make a "Simple" Tumblr clone; Nothing less than a Back-End-Only project. We will be designing a back-end which has both a Database layer as well as (later) a web server with a custom API, and testing it by curling against the endpoints we create.


Basics

SQL

  • How to connect to PostgreSQL from the command line
  • Basic PostgreSQL commands like \c, \d
  • The basics of creating/dropping an entire database
  • The basics of creating/dropping a table
  • Basic data types
  • What a primary key is
  • What a foreign key is
  • How to insert data into a database
  • How to retrieve data from a database
  • How to update data in a database
  • How to join related tables into one mega-table

Node

  • How to connect to a database using pg
  • How to separate our concerns and organize our code
  • How to export/import functionality from one file to another

Express

  • Use express
  • Provide endpoints with 4 "verbs"
    • GET /posts (see posts)
    • POST /posts (create post)
    • PATCH /posts/:id (update post)
    • DELETE /posts/:id (deactivate post)
  • Paramaterized routes
    • GET /tags/:tagName/posts (list of all posts with that tagname)
  • Sub-routes
    • /api/tags as a sub-route of /api

JWT

  • jwt and jwt-express

HTTP Requests

juicebox's People

Contributors

aguynameddj avatar

Stargazers

 avatar

Watchers

 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.