Toggle navigation
Toggle navigation
This project
Loading...
Sign in
MotherProject
/
Jaksimsamil
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
송용우
2020-06-02 15:08:01 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
77a3d6634b3bca80b39e82921d1cce1bb5614558
77a3d663
1 parent
f1f4192d
Update API doc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
1 deletions
jaksimsamil-server/.gitignore
jaksimsamil-server/API.md
jaksimsamil-server/.gitignore
View file @
77a3d66
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dotenv
.env
# dependencies
/node_modules
\ No newline at end of file
/node_modules
...
...
jaksimsamil-server/API.md
View file @
77a3d66
# Jaksimsamil API Documentation
## Overview
-
TBA
## URL
-
TBA
## Usage
-
TBA
## Example
-
TBA
## API Table
| group | description | method | URL | Detail | Auth |
| ------- | ------------------- | ------ | --------------------- | -------- | ---- |
| user | 유저 등록 | POST | api/user | 바로가기 |
| user | 유저 삭제 | DEELTE | api/user:id | 바로가기 |
| user | 특정 유저 조회 | GET | api/user:id | 바로가기 |
| user | 전체 유저 조회 | GET | api/user | 바로가기 |
| friend | 유저 친구 등록 | POST | api/friend | 바로가기 |
| friend | 유저의 친구 조회 | GET | api/friend:id | 바로가기 |
| profile | 유저가 푼 문제 조회 | GET | api/profile/solved:id | 바로가기 |
| auth | 로그인 | POST | api/auth/login | 바로가기 |
| auth | 로그아웃 | GET | api/auth/logout | 바로가기 |
...
...
Please
register
or
login
to post a comment