The project is a backend part of the thesis, which is a forum for programmers. It is written on the NestJS framework.
📌Frontend: https://github.com/FINIKKKK/next-diplom-forum
- Framework: NestJS
- ORM: TypeOrm
- DB: Postgress
- Authorization and registration with JWT
- File uploading
- DTO validation
- JWT auth guard (Granting access using a token)
- It incorporates various entities such as questions, tags, users, comments with various methods# MiniAppBackend