An AI-powered activity recommendation service that sends personalized daily recommendations for events and activities.
- Daily event recommendations based on user preferences
- Support for various event types (concerts, bars, art exhibitions, etc.)
- Email notifications with personalized recommendations
- Automatic event scraping from multiple sources
- Install dependencies:
npm install
- Set up environment variables:
- Copy
.env.example
to.env
- Update the variables with your values
- Build the project:
npm run build
- Start the server:
npm start
Run the development server with hot reload:
npm run dev
Run tests:
npm test
This project is configured for deployment on Render.com:
- Push the code to GitHub
- Create a new Web Service on Render
- Connect to your GitHub repository
- Configure the following:
- Build Command:
npm install && npm run build
- Start Command:
npm start
- Environment Variables: Copy from
.env.example
- Build Command:
MIT