🎓 University: Politecnico di Milano
📚 Course: Hypermedia Applications
📅 Academic year: 2023/2024
🌐 Website: SHE Centre
👥 Group: Il Gruppo Del Sito
📄 Documents:
- Make sure that all the required dependencies are installed:
npm install
- Copy
.env.example
to.env
and fill in the required environment variables:SUPABASE_URL
andSUPABASE_KEY
are required to connect to the Supabase databaseOPENAI_API_KEY
andOPENAI_ASSISTANT_ID
are required to connect to the OpenAI API for the chatbot
- Run the development server:
npm run dev
The server will be running on http://localhost:3000