■Tutorials
Question 1. (5 points)
In this question, you are asked to write an application (back-end given folder), that provide some API to manage: Categories, Tutorials and Comments.
Note - Scored 0 points if:
Not using database connection string in the .env file
Not configuring the root path of API Web App at:
http://localhost: 9999
You are asked to build three APIs, as following:
GET
http://localhost:9999/tutorials
Send
GET
http://localhost:9999/tutorials/652c1cd546a765d027fb163c/comments
Send
POST
http://localhost:9999/tutorials/create
Send
Zoom