issues
search
Shawn-Fries
/
imdb
0
stars
0
forks
source link
# Backend Routes
#3
Open
Evan-Leon
opened
2 years ago
Evan-Leon
commented
2 years ago
[x] Contains the following sections: HTML, API Endpoints(Backend)
[x] Each route has a description
[x] API Endpoint routes contains wildcard variables written in snake_case
[x] Routes does not contain superfluous routes
[ ] Have API routes that will allow the front end to get all info it needs and does not have unneeded routes:
Ex. probably don't need a GET likes api endpoint because that info comes through the post show
Evan-Leon
commented
2 years ago
do you need any movie routes?
Shawn-Fries
commented
2 years ago
Yes, added a GET route for movies + showtimes