Parsley for Style

Parsley for Style is an app in development to reduce the amount of time it takes to prepare food, promoting healthy eating by reducing barriers to cooking.

This was my first Django app, using a web framework built on top of Python. Although not the prettiest interface I've ever designed, it could register users and keep a list of user choices.

The site was hosted on AWS and used the Elastic Beanstalk service—with EC2 servers, load balancing and S3 for static data. The database, also hosted on AWS as an RDS instance, runs Postgres and allows flexibility to develop the app further.