cd frontendvite
npm install
npm run dev- The app will be available at http://localhost:3000
cd backend
npm install
npm install dotenv
npm run devStart # enables nodemon (hot reload)
# or
node server.jsAdmin Accounts:
- Email: admin123@gmail.com, Password: password123
- Email: admin@toga.edu, Password: admin2024
Student Accounts:
- Email: student1@toga.edu, Password: student123
- Email: student2@toga.edu, Password: student456
Note: Tailwind setup is now improved in the Vite project.