Skip to content

web25Lucius/node-api2-guided

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server-Side Routing with Express

Guided project for Node API 2 module.

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.

Prerequisites

Project Setup

  • Clone this repository
  • CD into the folder where you cloned the repo
  • Type npm install to download dependencies

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

Not using REST Using REST
/listUsers GET /users
/createUser POST /users
/updateUser PUT /users/:id
/deleteUser DELETE /users/:id
/listUserPosts GET /users/:id/posts

About

[Lambda School] Starter code for Node API 2 Lecture

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%