generated from mwc/lab_server
17fd55bf30bd1ff450931d6b0dfc38ad864e5f0e
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
Exception is an error that happens while a program is running. It is useful to handle an expection when there is something wrong with the program but you want it to recover. It is better not to handle an exception and let the program crash when you are developing a program because it helps you understand and notice if something needs to be fixed early on before more serious issues.
Description
No description provided
Languages
Python
100%