This is full functional rest web services created using Laravel 5.5. The rest api is for creating meeting
We are using jwt-auth for authentication using json web tokens. We are using postman to test our api.
- http://localhost:8000/api/v1/user/signin
- http://localhost:8000/api/v1/meeting
- http://localhost:8000/api/v1/meeting/1
NB:
You have to replace localhost with your own server
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.