Repository files navigation
[Django]
[Python]
[PostgreSQL]
Verb
URI Pattern
Controller#Action
POST
/sign-up
users#signup
POST
/sign-in
users#signin
PATCH
/change-password/
users#changepw
DELETE
/sign-out/
users#signout
Verb
URI Pattern
Controller#Action
POST
/users
users#create
GET
/users/
users#index
GET
/users/:userId
users#show
PATCH
/user/:userId
user#update
DELETE
/user/:userId
user#delete
Verb
URI Pattern
Controller#Action
POST
/comics
comics#create
GET
/comics/
comics#index
GET
/comics/:comicId
comics#show
PATCH
/comic/:comicId
comic#update
DELETE
/comic/:comicId
comic#delete
Verb
URI Pattern
Controller#Action
POST
/likes
likes#create
GET
/likes/
likes#index
GET
/likes/:likeId
likes#show
PATCH
/like/:likeId
like#update
DELETE
/like/:likeId
like#delete
Verb
URI Pattern
Controller#Action
POST
/authors
authors#create
GET
/authors/
authors#index
GET
/authors/:authorId
authors#show
PATCH
/author/:authorId
author#update
DELETE
/author/:authorId
author#delete
Verb
URI Pattern
Controller#Action
POST
/illustrators
illustrators#create
GET
/illustrators/
illustrators#index
GET
/illustrators/:illustratorId
illustrators#show
PATCH
/illustrator/:illustratorId
illustrator#update
DELETE
/illustrator/:illustratorId
illustrator#delete
Verb
URI Pattern
Controller#Action
POST
/publishers
publishers#create
GET
/publishers/
publishers#index
GET
/publishers/:publisherId
publishers#show
PATCH
/publisher/:publisherId
publisher#update
DELETE
/publisher/:publisherId
publisher#delete
Verb
URI Pattern
Controller#Action
POST
/characters
characters#create
GET
/characters/
characters#index
GET
/characters/:characterId
characters#show
PATCH
/character/:characterId
character#update
DELETE
/character/:characterId
character#delete
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Languages
Python
95.6%
Shell
4.3%
Makefile
0.1%
You can’t perform that action at this time.