You are currently at backend of wikinotes application. If you wanna display frontend part of this app please navigate to my wikinotes_front repository
Purpose of the project was to create a space where engineer can put their 'dirty notes', share them accross the group and then transform to article while also being able to create articles.
Backend is using fastapi + sqlAlchemy to handle API connections to postgresql db. There are several features like:
- JWT Authentication
- Articles comparision with cousine_similarity ML algorithm
- Search engine with tokenization based on predefined stop words