Assignment #2. Basic features (10 points)
Deadline
18:00 24.02.2020
Description
Implement the basic features of your web site:
- User management: the ability to sign up and log in. Users can add some personalized piece of data (for example, full name and logo)
- Media server: a separate server that will handle all kinds of access to the uploaded or used multimedia
- Database: create and fill it with the set of the main products. Each record should have some kind of multimedia (for example, a picture)
- Admin site: a special web page (or pages) that allows users to add new records to the database
- User feedback: a user can leave a simple text comment under any of your products. Use sentiment analysis to determine the commenter's attitude towards the product, namely negative, neutral or positive.