- Notifications
You must be signed in to change notification settings - Fork0
Esraa708/laravelTask
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
as I was requested to handel the backend here are steps to make the app work
- you should create database name at phpMyAdmin and then put the name at .env file
- Run php artisan migrate
- composer dump-autoload
- php artisan db:seed --class=class CategorySeeder
- php artisan serve
url:-http://localhost:8000/registermethod:-postbody:-
{"name":"esraa","email":"test.test174@gmail.com","password":"12345678","password_confirmation":"12345678" }
url:-http://localhost:8000/articlesmethod:get
url:-http://localhost:8000/articlesmethod:-postbody:-
{"name":"hello","content":"hello world","category_id":"1" }
url:-http://localhost:8000/articles/1method:-delete
url:-http://localhost:8000/articles/1method:-putbody:-
{"name":"hello","content":"hello world","category_id":"1" }
###The category view contains paginated newest articles.url:http://localhost:8000/categories/1method:get