codidact / core

The core Codidact Q&A software implementation
GNU Affero General Public License v3.0
259 stars 20 forks source link

Create a request for a new question #80

Open misha130 opened 4 years ago

misha130 commented 4 years ago

Is your feature request related to a problem? Please describe. The user should have an ability to create new questions in the question after filling out the new question page. Thus an API for that is needed.

Describe the solution you'd like Create a repository inside of application project called Questions and create a new question based on the data received from the client. Validate the request, return errors if not valid. Should be authorized.