RanaEmad / laravel-poll-api

A Laravel app that enables users to answer polls and add questions and answers through endpoints

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

laravel-poll-api

A simple Laravel api that enables users to manage polls and their questions and answers after authenticating

Endpoints

  • GET /oauth/authorize
  • GET /oauth/token
  • GET /polls
  • POST /polls
  • GET /polls/:id
  • PUT /polls/:id
  • DELETE /polls/:id
  • GET /polls/:id/questions
  • POST /polls/:id/questions
  • GET /questions/:id
  • PUT /questions/:id
  • DELETE /questions/:id
  • GET /questions/:id/answers
  • POST /questions/:id/answers
  • GET /answers/:id
  • PUT /answers/:id
  • DELETE /answers/:id

Author

License

This project is licensed under the MIT License

About

A Laravel app that enables users to answer polls and add questions and answers through endpoints

License:MIT License


Languages

Language:PHP 83.1%Language:HTML 16.5%Language:Vue 0.4%