Utilizing • NodeJS • Express JS • MySQL.
How to implement these functions?
Functional Requirements:
Unregistered users must be able create a user account.
Registered users must be able to log in.
Registered users must be able to log out.
Registered users must be able post an image
Registered users must be able to search for image posts
Registered users must be able to comment on image posts.
Unregistered users must be able to search for image posts.
Unregistered user must be able to view image posts.
Expert Answer
Answer to Utilizing • NodeJS • Express JS • MySQL. How to implement these functions? Functional Requirements: Unregistered u…