Releases: ArchMaster2024/blog_api
Releases · ArchMaster2024/blog_api
Database Design
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
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
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