/streamy-server

JSON Server for Streamy App

MIT LicenseMIT

Streamy JSON Web Server

Streamy JSON Web Server.

Requirements

  • Node.js >= 10.16.0
  • npm >= 6.10.1

Version

1.0.0

Installation

Download zip file and extract it latest pre-built release. Or clone the repository and cd into it.

JSON Web Server uses a number of open source projects to work properly:

  • json-server - Get a full fake REST API with zero coding in less than 30 seconds (seriously).

Install the dependencies and start the server.

Setup

Install the dependencies.

cd streamy-server
npm install

Run

Run the following command to start the development server

npm start