mrzacsmith / pt31-api2-guided-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starter

In this project we will learn how to create a very simple Web API using Node.js and Express, and cover how to use Express Routers to break up the application to make it more maintainable. We will build the server and the routers from scratch.

Prerequisites

Project Setup

  • Fork this repo if you want to have a copy of your work
  • clone this repository.
  • CD into the folder where you cloned the repo.
  • type npm i to download dependencies.

Please follow along as the instructor builds the API step by step.

About

License:Other


Languages

Language:JavaScript 100.0%