Question: You will be required to develop a full - stack React to - do list application for this task. A user will need to register
You will be required to develop a fullstack React todo list application
for this task.
A user will need to register and log in to the application.
Ensure a user can addeditremoveread tasks.
Write middleware to:
Respond with an HTTP to all requests by users whose
usernames dont end with the substring @gmail.com
Reject the addition of tasks that exceed characters.
Reject any requests that are not of the JSON content type. You
can test against image content types.
The user will only have the capabilities mentioned above if logged in
Please remember to submit your code files in the relevant task folder.
Tip: Ensure that all relevant endpoints to a todo list route are secure
Optional: Use MongoDB as the database management system.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
