d919be143a
I created differnet APR rountes for the poetry server in the view.py where the routes return random lines of poetry, lines lines and words, returns rhymes. I used differnt commands that were in the description of the assignmnet to help me develop the code along with references the rhyme view.py code. This helped me understand how web servers work. Each route is a functions that receives a request and returns data in JSON.
main
erbrown2
2026-05-10 18:45:55 -04:00
17fd55bf30
I answered checkpoint 2 questions that were Checkpoint2: A program is TikTok. Some different routes could be: 1. GET/api/feed which could return a post to my homepage. 2. GET /api/profile/{username} which gets a users profile information There could be a change to the GET to be GET /like for indicate a like on a post or GET /upload to upload a tik tok video
erbrown2
2026-05-09 16:04:26 -04:00
30fde7fd2a
I added my answer to the two questions for checkpoint 1. My responses were:
erbrown2
2026-05-09 15:38:08 -04:00