This is a project for Auburn Hacks 2023. It is a website that allows users to log into canvas with token, then the user can plan for a vacation. The app will give them a plan to finish their homework, allowing a stress-free vacation.
- Next.js
- React
- Tailwind CSS
- TypeScript
- Python
- Flask
- MongoDB
- Twilio
- Canvas API
- OpenAI API
- Clone the repository
- Install the dependencies for the frontend with
npm install
- Install the dependencies for the backend with
pip install -r requirements.txt
- Run the backend with
python main.py
- Run the frontend with
npm run dev
The website is deployed at http://plan2chill.tech. Go check it out!
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.