Skip to content

공부용 Tasklist 프로젝트(server) / node.js express

Notifications You must be signed in to change notification settings

Serpong/tasklist-study-server

Repository files navigation

Project Details: https://github.com/Serpong/tasklist-study-client

API

auth

GET /auth/login-check
POST /auth/user-login
POST /auth/user-register
POST /auth/user-logout

folders

GET /folders
GET /folders/:id
POST /folders
DELETE /folders/:id

tasks

GET /tasks
GET /tasks/:id
POST /tasks
POST /tasks/:id
DELETE /tasks/:id
GET /tasks/findByFolder/:id

images

GET /images/:id

About

공부용 Tasklist 프로젝트(server) / node.js express

Topics

Resources

Stars

Watchers

Forks