This application lets you create and share your youtube playlists with your friends.
- Create an account or use your google account to login in
- Create a playlist of your favorite videos
- Share the link to your playlist with your friends
- Your friends do not need an account to enjoy the playlist
- Serverless Framework
- AWS API Gateway
- AWS Lambda
- AWS S3
- DynamoDB
- Node.js
- Vue.js
- Auth0
To deploy an application run the following commands:
cd backend
npm install
sls deploy -v
To run a client application first edit the client/src/config.ts file to set correct parameters. And then run the following commands:
cd frontend
npm install
npm run serve
This should start a development server with the React application that will interact with the serverless TODO application.