Skip to content

lpe/mixblog

Repository files navigation

25/07/2022 :

  • Fix security issue as a user can steal a record :-/
  • Add validations to Post model

Build a simple blog.

Add a Post model which has title and body as its fields, which allows users to create posts.

Users should be able to:

  • Create posts

  • List all the posts (displaying the title and author - each post should belong to a user)

  • Update posts

  • See the details page of a specific post

If someone is not logged in, he/she can only see posts, but not edit them.

Finally, upload your code to Github, and paste the repository link here.

About

Mix & Go blog exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published