Skip to content

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

License

Notifications You must be signed in to change notification settings

RanaEmad/laravel-poll-api

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published