Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 614 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 614 Bytes

Textidor Validated

This fun little API is kind of like a virtual file system. Instead of storing files in the file system, model them in a .json file!

This is an in-class project from the web-apps module, check out the module repo for some practice problems before diving right in.


The Setup

  1. Clone the repo
  2. cd into the project
  3. npm install

Learning Objectives

  • Modeling JSON data with Schemas
  • Validating JSON data

Your Task

Fill in the blanks in /api/handlers.js, everything else works!