The SPL3 project is a web application which will make a plateform for educational purposes as given below:
- A student can ask a question to this forum
- Any people can answer the question
- Anyone can rate an answer
- Anyone can comment on a question or on an answer
- Anyone can rate an answer
- User can follow tags on diiferent topics
- User will view question of following tags on his timeline.
The project will solve two technical challenges:
- Apriori algorithm - for question recommendation system
- Cosine similarity - for question similarity checking
This project possible will use the following technology:
-
dotnet core - As a backend Framework.
-
TypeScript - As a frontend programming which will be compiled to javascript
-
React - As a front end framework
-
MongDb Database - As a Database service
-
[Html,CSS] - for building the GUI.