manojkrishnak / fastify-fake-restapi

Fake Rest API built with Fastify

Home Page:https://fastify-fake-restapi.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fastify-fake-restapi

This is a Simple Fake REST API built with Fastify.

Fastify provides high performance and Schema based validation to routes and output. For more info on this framework click here.

This API offers GET, POST, PUT, DELETE methods on Users dataset.

Usage is pretty simple and straightforward by just typing out the URL or click here.

Routes

To get Swagger docs - /docs
GET all users - /users
GET specific user - /users/{id}
POST add user - /user
DELETE delete user - /users/{username}
PUT update user - /users/{username}

About

Fake Rest API built with Fastify

https://fastify-fake-restapi.herokuapp.com/


Languages

Language:JavaScript 100.0%