https://sir.kr/so_app/1576 여기 글에서 나온 JSONPlaceholder 입니다.
https://jsonplaceholder.typicode.com/
Resources
JSONPlaceholder comes with a set of 6 common resources:
| /posts | 100 posts |
| /comments | 500 comments |
| /albums | 100 albums |
| /photos | 5000 photos |
| /todos | 200 todos |
| /users | 10 users |
Note: resources have relations. For example: posts have many comments, albums have many photos, ... see below for routes examples.
Routes
All HTTP methods are supported.
| GET | /posts |
| GET | /posts/1 |
| GET | /posts/1/comments |
| GET | /comments?postId=1 |
| GET | /posts?userId=1 |
| POST | /posts |
| PUT | /posts/1 |
| PATCH | /posts/1 |
| DELETE | /posts/1 |
lavuebd에서 하고자 하는 것과 비슷하네요..
앱 개발하시는 분들을 위해서 lavuebd와 비슷하게 fake JSON Server를 만들어 보면 좋을 것 같네요.
https://github.com/typicode/json-server
https://egghead.io/lessons/javascript-creating-demo-apis-with-json-server
게시글 목록
| 번호 | 제목 |
|---|---|
| 160 |
라라벨
구글 스타일 search
|
| 157 | |
| 156 |
라라벨
라라벨 Socialite
2
|
| 155 | |
| 154 | |
| 153 |
라라벨
Laravel 과 Pusher
|
| 152 | |
| 151 |
라라벨
이메일로 인증하기..
|
| 150 | |
| 149 | |
| 148 |
라라벨
Multi Auth 인증
|
| 147 | |
| 146 |
라라벨
OctoberCMS
|
| 140 | |
| 134 |
라라벨
라라벨로 만든 블로그
5
|
| 133 |
라라벨
게시판 기능 구현해보기입니다.
|
| 132 | |
| 131 | |
| 130 | |
| 129 | |
| 128 | |
| 127 | |
| 126 |
라라벨
라라벨 강좌 #1 - 환경구축
|
| 117 | |
| 116 | |
| 113 | |
| 106 | |
| 105 |
일반
Faker
3
|
| 104 | |
| 101 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기