Hi there,
I need some recommendations and guidance. I'm working on a personal project that I want to turn into a SAAS. I have no experience at building a SAAS app and I want to understand the steps to do so. Right now the backend is built in Python and I was thinking of Flask for the front end. Where should I start to take it to the next level? Thank in advance
Login to post a comment.
Login to post a comment.
Login to post a comment.
Login to post a comment.
Login to post a comment.
Login to post a comment.
Login to post a comment.
Login to post a comment.
Login to post a comment.
Is your application strictly web or mobile or both?
You'll need to think through
- DevOps: How is your application updated and maintained efficiently. You will want to mange the code changes and deployments of your app to avoid headaches.
- Architecture: How the different components of your app will work together.
- You have Python/Flask, there will probably be a database involved somewhere?
- Have you fully thought through authentication for your app?
- You will also have to worry about locking down the server/instances so they can't be compromised.
- You'll need SSL certs and domain names
Login to post a comment.