TechBoard is a platform for sharing engineering knowledge and foster collaboration between different team members. In addition to this, the platform can also serve as a knowledge repository for different engineering issues that can be referenced when faced with a similar challenge in the future in an organization. By providing a user-friendly, clean, and visually appealing interface and functionality, the platform aims to ensure active user engagement.


python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
./manage.py migrate && ./manage.py runserver