Coder Social home page Coder Social logo

devcamper's Introduction

Dev Campers App by Brad Traversy

Docs

PostMan Docs
Docgen
Deployed

Workflow:

  • Specs Link

    • Routing Structure
  • Setup

    • Setup GIT
    • Setup Express
    • Setup DotENV
    • Add Dev and Prod Scripts in Pckg.json
  • Basic Routing

    • Setup Express Routes and Routes Dir
    • create routes dir
    • setup express router and mount to server
    • create controllers dir
    • add methods to routes on controller file
    • mount to express router

Misc

HTTP Request Methods (REST)

  1. GET
  2. POST
  3. PUT
  4. DELETE
Resful API Standard
  • GET /todos --> get todos
  • GET /todos/1 --> get todo of id 1
  • POST /todos --> add todos
  • POST /todos/1 --> add todo of id 1
  • DELETE /todos/1 --> remove todo of id 1

Route Structure

/api/v1/bootcamps

Important HTTP Status Code

  • 1.xx -> Informational

  • 2.xx -> Success

  • 200 -> success

  • 201 -> Created and Successfull

  • 204 -> No Content (when deleting)

  • 300 -> redirection

  • 304 -> Not modified

  • 4.xx -> Client Error

  • 400 -> Bad Request (give what was needed)

  • 401 -> Unauthorized

  • 404 -> Non Found

  • 5.xx -> Server error

  • 500 -> Internal Server Error

devcamper's People

Contributors

nish7 avatar dependabot[bot] 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.