Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing a rest api for blog post creation #12

Open
jattoabdul opened this issue Dec 29, 2017 · 3 comments
Open

Implementing a rest api for blog post creation #12

jattoabdul opened this issue Dec 29, 2017 · 3 comments
Assignees

Comments

@jattoabdul
Copy link

  • As an admin i should be able to create, delete a blog post.
  • As a user i should be able to Read/View single and all blog post

Description

@gbozee
Copy link

gbozee commented Dec 29, 2017

This is a good start. You can update the description when you have more information which would be arrived at from discussions like this.

You could start with The ability to successfully create a blog post and the ability to fetch the list of blog posts.

@gbozee
Copy link

gbozee commented Dec 30, 2017

Also take a look at the http://blog.djangogirls.org/, look at the fields,
We won't be saving images on our servers but would be making use of cloudinary for hosting them.
Also, The blog description would be saved as markdown.

@jattoabdul
Copy link
Author

Noted, I am trying to compose the description of the task and also see the best path to take in implementing this to enable those of us assigned to this work efficiently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants