Introduction
The customer wanted to develop an MVP for a digital renting platform for equipment, household appliances, and other goods. The goal of the project was to develop a user-friendly marketplace that enables: signing-in process, personal account settings, connection to the payment systems, ability to comment and rate items, booking the items.
Key Points
Industry: Sharing economy
Methodology: Scrum
Team: Frontend developer 1, Backend developer 1, QA engineer 1, Designer 1, Project Manager 1
Technologies: Django, Angular Universal
Duration: 4 months
We also implemented Amazon AWS:
- S3 – for storing application static files and Cloudformation templates
- ECR – for storing images of the application’s server side
- ECS – for launching server side images and tasks
- ElasticCache
- RDS PostgreSQL – use as application’s relational database
- ALB (Load Balancer) – use as load balancer
- Certificate Manager – for issuing SSL certificates
- Route 53 – use as a hosted zone for routing
- Lambda – for clients’ authentifications through Cognito, as well as to run node js server
- AWS Redis – as message broker
- Serverless – allows for easy application deployment on the AWS server
- Cloudformation – to control the application stack
- Cognito – for user authentication