A simple Laravel api that enables users to manage polls and their questions and answers after authenticating
- 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
- Rana Emad - (https://github.com/RanaEmad)
This project is licensed under the MIT License