Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 934 Bytes

File metadata and controls

24 lines (13 loc) · 934 Bytes

Restful-Web-Services-With-Laravel-5.5

Introduction

This is full functional rest web services created using Laravel 5.5. The rest api is for creating meeting

Authentication

We are using jwt-auth for authentication using json web tokens. We are using postman to test our api.

Our Sample Routes

NB:

You have to replace localhost with your own server

Conclusion

At this point I believe you can take it further by creating a front-end using framework like vue to consume our rest_api. As a developer you have to take it little further by learning new concept.