Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 709 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 709 Bytes

JSONServe

A simple Node.js API project that serves data from a JSON file.

Introduction

This project is a beginner-friendly Node.js API project that retrieves data from a JSON file and serves it through a RESTful API. It's a great way to learn the basics of Node.js and API development.

Features

Feature Description
Retrieve data from a JSON file. The API retrieves and serves data from a JSON file.

Prerequisites

Before you begin, ensure you have met the following requirements: