issues
search
cfang322
/
FSPAmazin
0
stars
0
forks
source link
Backend Routes
#4
Open
aminbabar
opened
10 months ago
aminbabar
commented
10 months ago
[ ] Contains the following sections: HTML, API Endpoints(Backend)
[ ] Each route has a description
[ ] API Endpoint routes contains wildcard variables written in
snake_case
[ ] 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:
probably doesn’t need a
GET likes
api endpoint because that info comes through the post show
snake_case
GET likes
api endpoint because that info comes through the post show