在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:S-PRO/koa2-starter开源软件地址:https://github.com/S-PRO/koa2-starter开源编程语言:JavaScript 100.0%开源软件介绍:Koa2 starter REST API applicationTechnologies:
Getting startedCreate data base:
Install Sequelize CLI:
Install dependencies:
Make migrations and seeds:
Run locally:
Project structure
Endpoints
{
"users": [
{
"createdAt": "2017-01-22T14:21:46.000Z",
"email": "[email protected]",
"first_name": "foo",
"id": 4,
"last_name": "bar",
"status": "active",
"updatedAt": "2017-01-22T14:21:46.000Z"
}
]
}
{
"user": {
"createdAt": "2017-01-22T14:21:46.000Z",
"email": "[email protected]",
"first_name": "foo",
"id": 4,
"last_name": "bar",
"status": "active",
"updatedAt": "2017-01-22T14:21:46.000Z"
}
}
{
"user": {
"createdAt": "2017-01-22T14:21:46.000Z",
"email": "[email protected]",
"first_name": "foo",
"id": 4,
"last_name": "bar",
"status": "active",
"updatedAt": "2017-01-22T14:21:46.000Z"
}
}
{
"user": {
"createdAt": "2017-01-22T14:21:46.000Z",
"email": "[email protected]",
"first_name": "another_name",
"id": 4,
"last_name": "bar",
"status": "active",
"updatedAt": "2017-01-22T14:21:46.000Z"
}
}
"204 No Content" TODO
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论