An Instagram like application :D
To run this application you should have serverless
installed globally on your environment.
- Start services with
docker-compose up
. - Create bucket with follow command:
AWS_ACCESS_KEY_ID=dummy AWS_SECRET_ACCESS_KEY=dummy AWS_REGION=us-east-1 aws --endpoint-url=http://localhost:4572 s3 mb s3://insta-ritter
. - Install dependencies with
yarn install
ornpm install
. - Run locally with
yarn start
ornpm start
.
Hyan Mandian, Luis Fernando Gomes, Rafael Pezzetti and Bruno Miranda