- Framer is a web app which calls an API to retrieve a video. However, the API that should be containing the video is actually containing images where each image is a frame of the video! This is intentional; Framer stitches the frames together and mimics a 30fps video.
- Docker v19.03.13 or higher
- Docker-compose v1.27.4 or higher
- Node.js v16.15.1 or higher
- npm v6.14.9 or higher
- yarn v1.22.5 or higher
- Deploy Client & Server (Using Docker) ➡
$ docker-compose up
- or Server ONLY ➡
$ cd Framer/server; yarn run dev - or Client ONLY ➡
$ cd Framer/client; yarn startcompose up
- AWS Management Console
- Create EC2 Linux Instance
- Install the following within EC2 Linux Instance:
Node.js+npm+yarnDocker + Docker-Compose- clone project repository
- Deploy Client & Server (Using Docker) ➡
$ docker-compose up
- or Server ONLY ➡
$ cd Framer/server; yarn run dev - or Client ONLY ➡
$ cd Framer/client; yarn start