Generate a summary of your year on YouTube!
A second version focusing on user interactivity.
Built with Next.js, Tailwind CSS & Python.
- Navigate to the frontend folder.
- Install the dependencies.
npm install
- Start the development server.
npm run dev
- View it at http://localhost:3000
- Navigate to the backend folder.
- Install the dependancies.
pip install -r requirements.txt
- Create a project & API key for https://console.cloud.google.com. (For YouTube Data v3 API)
- Create a
.env
file.DEVELOPER_KEY=YOUR_KEY
- Start the Flask server.
python3 app.py