Place Card Me Lets You Create Printable Place Cards Online

Copied URL with current time.
0:00 / 0:00

In this episode of Running in Production, Cory Zue goes over building a service to create and design place cards for weddings, parties and any other events using Django. It’s hosted on a single Linode server and has been up and running since May 2017.

Cory talks about trying to avoid over engineering things and this episode speaks truth to that. His service generates over $2,000 / month and had an MVP working in ~2 weeks as a solo developer.

Topics Include

  • 3:03 – The MVP took about a week or 2 to make thanks to Django
  • 6:24 – Prior to Covid-19, Cory was making about $2,000 / month selling $8 templates
  • 9:40 – Processing the guest list that users upload and a few useful libraries
  • 13:45 – It’s a monolithic application with a React front-end split for UI heavy pages
  • 19:10 – The tech stack includes PostgreSQL, gunicorn, nginx, Redis and Let’s Encrypt
  • 23:33 – This app and others are hosted on Linode with 2 CPU cores and 4 GB of memory
  • 25:30 – Using Ubuntu on the server and moving towards using Ansible to configure it
  • 29:30 – Using Linode and StatusCake for alerts on system health and monitoring
  • 32:57 – Stripe is used to handle payments but have customers ever asked for PayPal support?
  • 35:03 – Walking through the deployment process from development to production
  • 42:27 – Disaster recovery is handled by automated backups through Linode
  • 44:37 – Best tips? Avoid over engineering things and don’t chase perfection
  • 47:14 – You can find Cory on Twitter @czue and his site is at https://www.coryzue.com/
  • 47:52 – Check out Cory’s SAAS building tool for Django at https://www.saaspegasus.com/
📄 References
⚙️ Tech Stack
🛠 Libraries Used

Support the Show

This episode does not have a sponsor and this podcast is a labor of love. If you want to support the show, the best way to do it is to purchase one of my courses or suggest one to a friend.

  • Dive into Docker is a video course that takes you from not knowing what Docker is to being able to confidently use Docker and Docker Compose for your own apps. Long gone are the days of "but it works on my machine!". A bunch of follow along labs are included.
  • Build a SAAS App with Flask is a video course where we build a real world SAAS app that accepts payments, has a custom admin, includes high test coverage and goes over how to implement and apply 50+ common web app features. There's over 20+ hours of video.

Questions

Jul 13, 2020

✏️ Edit on GitHub