Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

freeCodeCamp

Back End Development and APIs

via freeCodeCamp

Overview

Until this point, you've only used JavaScript on the front end to add interactivity to a page, solve algorithm challenges, or build an SPA. But JavaScript can also be used on the back end, or server, to build entire web applications.

Today, one of the popular ways to build applications is through microservices, which are small, modular applications that work together to form a larger whole.

In the Back End Development and APIs Certification, you'll learn how to write back end apps with Node.js and npm (Node Package Manager). You'll also build web applications with the Express framework, and build a People Finder microservice with MongoDB and the Mongoose library.

Major Topics:

  • Managing Packages with Npm
  • Basic Node and Express
  • MongoDB and Mongoose
  • Back End Development and APIs Projects

Syllabus

  • How to Use package.json, the Core of Any Node.js Project or npm Package
  • Add a Description to Your package.json
  • Add Keywords to Your package.json
  • Add a License to Your package.json
  • Add a Version to Your package.json
  • Expand Your Project with External Packages from npm
  • Manage npm Dependencies By Understanding Semantic Versioning
  • Use the Tilde-Character to Always Use the Latest Patch Version of a Dependency
  • Use the Caret-Character to Use the Latest Minor Version of a Dependency
  • Remove a Package from Your Dependencies
  • Meet the Node console
  • Start a Working Express Server
  • Serve an HTML File
  • Serve Static Assets
  • Serve JSON on a Specific Route
  • Use the .env File
  • Implement a Root-Level Request Logger Middleware
  • Chain Middleware to Create a Time Server
  • Get Route Parameter Input from the Client
  • Get Query Parameter Input from the Client
  • Use body-parser to Parse POST Requests
  • Get Data from POST Requests
  • Install and Set Up Mongoose
  • Create a Model
  • Create and Save a Record of a Model
  • Create Many Records with model.create()
  • Use model.find() to Search Your Database
  • Use model.findOne() to Return a Single Matching Document from Your Database
  • Use model.findById() to Search Your Database By _id
  • Perform Classic Updates by Running Find, Edit, then Save
  • Perform New Updates on a Document Using model.findOneAndUpdate()
  • Delete One Document Using model.findByIdAndRemove
  • Delete Many Documents with model.remove()
  • Chain Search Query Helpers to Narrow Search Results
  • Timestamp Microservice
  • Request Header Parser Microservice
  • URL Shortener Microservice
  • Exercise Tracker
  • File Metadata Microservice

Taught by

freeCodeCamp Team

Reviews

5.0 rating, based on 2 Class Central reviews

Start your review of Back End Development and APIs

  • This is the part of FreeCodeCamp when you really get to start building stuff. The skills you learn here are what will allow you to create a server, interact with APIs and databases, and retrieve/manipulate the data that a website needs. After this c…
  • Anonymous
    Great experience with the course it helped me to grow a lot with my knowledge and my skills got improved

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.