Skip to content

Releases: ArchMaster2024/blog_api

Database Design

25 Oct 03:04
b36d9eb

Choose a tag to compare

Database Design Pre-release
Pre-release

The steps to complete the task

First step

  • Creating a basic app scaffolding [completed]
  • Config a Laravel for API development [completed]

Second step

  • Creating an authentication system for API
  • Project basic routes for API
  • Creating a controllers for creating post and comments

Third step

  • Protect routes with authentication middleware
  • Validate data for routes to saving or updating data

Project started

24 Oct 01:05
31d807b

Choose a tag to compare

Project started Pre-release
Pre-release

The steps to complete the task

First step

  • Creating a basic app scaffolding [completed]
  • Config a Laravel for API development

Second step

  • Creating an authentication system for API
  • Project basic routes for API
  • Creating a controllers for creating post and comments

Third step

  • Protect routes with authentication middleware
  • Validate data for routes to saving or updating data

Project Starting

23 Oct 23:40
78bbc4d

Choose a tag to compare

Project Starting Pre-release
Pre-release

The start of API

First step

  • Creating a basic Laravel app scaffolding
  • Config a Laravel app for API development

Second step

  • Creating an authentication system for API
  • Protect basic routes for API
  • Creating a controllers for creating post and comments

Third step

  • Protect routes with authentication middleware
  • Validate data for routes to saving or updating data