help with first backend project
im gonna be doing my first backend project, im already familar with frontend, and i just finished a 4 hour mysql tutorial
the project that i picked is called "personal blogging platform api", and these are the tasks that im given:-
Return a list of articles. You can add filters such as publishing date, or tags.
Return a single article, specified by the ID of the article.
Create a new article to be published.
Delete a single article, specified by the ID.
Update a single article, again, you’d specify the article using its ID.
my question was that: isnt this like 99% a frontend project, where even is the backend part in these tasks.
the project that i picked is called "personal blogging platform api", and these are the tasks that im given:-
Return a list of articles. You can add filters such as publishing date, or tags.
Return a single article, specified by the ID of the article.
Create a new article to be published.
Delete a single article, specified by the ID.
Update a single article, again, you’d specify the article using its ID.
my question was that: isnt this like 99% a frontend project, where even is the backend part in these tasks.
