This is the team project for Code Your Stage WorkShop 2023 (AppWorks School X D-School).
It is a simple diary web app utilising chatGPT to rate mood and give feedback.
cd frontend
npm install --force
npm run devcd backend
npm run start:dev** Don't forget to put the .env file into both frontend and backend folder before running! **