Question and Answer is a website for UTP students in computer science. The supervisor, who was also the client for this project, requested a website where students could ask questions about their problems and lecturers(teachers) could provide answers. The goal was to reduce the reliance on AI-generated responses, which can sometimes be incorrect. The aim of this site was to create a platform that was extremely easy and practical to use, ensuring pleasant interactions. We needed a website that could effectively replace AI as the go-to resource for computer science students.
npm run start:dev
npm run buildnpm run start
npm run buildnpm run start
- Install NodeJS (LTS recommended)
cd questionanswercd backendnpm installcd ..cd frontendnpm install
The script of creation of our database is on folder data
- Raphaël Mangini ( Back-end )
- Anton Riviere ( Front-end )
- Benjamin Brajon ( Front-end )
To run unit test for Controller and Service
npm run test- Personalize view of tests
npm run test:watch