Aqeeb Imtiaz Harun d254021b72 removed node_modules
2018-08-10 12:07:22 +08:00
2018-08-09 12:39:44 +08:00
2018-08-09 11:15:09 +08:00
2018-08-09 12:39:44 +08:00
2018-08-09 12:39:44 +08:00
2018-08-09 12:39:44 +08:00

JSON Server for IZYIM

Getting Started

We will be using JSON Server + JWT Auth for this project's login functionality. (Later further updates will be added.)

Prerequisites

Installation

Run the following command first.

$ npm install
$ npm run start-auth

Usage

On Postman, navigate to http://localhost:3000/auth/login and use x-www-form-urlencoded/JSON with 'phone' and 'password' fields.

User details can be found in users.json.

Follow this or this for further details.

S
Description
No description provided
Readme 5.4 MiB
Languages
JavaScript 100%