Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 173 Bytes

11.api.install.md

File metadata and controls

12 lines (8 loc) · 173 Bytes

API

In order to learn how to request a RESTFULL Api, we'll start a fake api server.

First, enter the following commands :

cd server
npm install
npm start