Ara is a scheduling assistant chatbot app built at the Speakup Hackathon in Enschede. Ara messages people from your team you want to set up meetings with, and finds a convenient time for everyone.
🥇 Award: Winner with a €1,000 award
To build the app, first install dependencies in the app
directory:
npm install
Run the frontend on http://localhost:3000:
npm run start:dev
To generate for deployment:
npm run deploy
For the backend, simply run the app.py
file using Python from the backend
folder.