Skip to content

Kamilov-glitch/private-posts

Repository files navigation

Laravel app

  • IMPORTANT --- Curently heroku removed free deployments((

Its a Laravel application with MySQL database, some vue.js and bootstrap 5 technology was added here and there Main goals of this app were too:

  • Establish User and Post models
  • Create a relationship between them
  • Save those models to database
  • Make a way to create users and posts
  • Making sure only authorized users can make posts
  • Making sure Only users who created a post can edit that post
  • Non-authorized users can only see posts without title or the name of the user who created that post.