Mini Project for Web Application Development Subject Final Project
Web board for finding members to join activities. such as looking for football teammates. find a team to eat buffet.
Using ASP.NET Core MVC and MySQL.
Core Requirements:
- can post announcements for members to do activities.
- can apply to join the activity.
- Each post can specify number of participants accepted to join the activity.
- There must be a way to select people among paricipants equal to the number in 3.
- can set the expiration time of the post.
- Post author can close posts to not accept more participants.
- When the application is completed. Notify who has been selected to participate.
- Add feature(s) besides items 1-7 at least 1 feature.
Tool Requirments:
- Make your own Frontend (HTML/CSS/JS)
- Do not use any Frontend framework.
- Backend side, use ASP.Net MVC by script all M, V (cshtml) and C (cs).
- Use Ajax at least once.
- Responsive at least 1 break point
- Data collection Can use methods that students deem easy and convenient.