The website includes online exhibitions and live sessions' booking system.
Exported to a static website at openhouse.mwit.ac.th (modified by the current student committee). However, you can view my version at mwitoph2022.woyiswoy.com
- Framework: Next.js
- Style: Tailwind CSS
- Motion: Framer Motion
- Database: MongoDB (Serverless)
- Authentication: jsonwebtoken
- Email Service: Nodemailer
- PWA (Progressive Web App): next-pwa
You will need to use the environment variables defined in .env.example
to run the project. Add your value and rename the file to .env.local
.
- Install dependencies:
npm install
- Start the dev server:
npm run dev
Open http://localhost:3000 with your browser to see the result.