-
Notifications
You must be signed in to change notification settings - Fork 1
Requirements description
Teams should implement an authentication feature that enables registration of new users and lets them log in. Both backend and frontend must be implemented, however, we provide partial implementation to ease the onboarding. Related resources can be found in the reading list.
Teams should implement a service that allows users to post an advertisement to sell/or lend a product (for example, a laptop) or a service (for example, carpenter). Subsequently, they should be able to update the existing advertisement or delete it. Both backend and frontend must be implemented. Related resources can be found in the reading list.
Teams should implement a service that allows users to search for an advertisement to buy/or rent a product (for example, a laptop) or a service (for example, farming equipment). There is no need to handle the actual payment, however, enthusiast students can try that! Both backend and frontend must be implemented. Related resources can be found in the reading list.
Teams should implement a feature that they find interesting. Alternatively, a feature to rate a product/service or a user can be developed.