ShtankoDaria / textidor-validated

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

License:MIT License


Languages

Language:JavaScript 100.0%