fbpx

Category Web Development

How to Setup a Django Application

Django is a widely-used server-side web framework written in Python. It comes pre-packaged with built-in components, including admin interface, user authentication, forms, object-relational mapping (ORM), etc. This makes Django very suitable for rapid development that requires low learning curve. Another…

How to Deploy a Flask Application

Previously we have setup a very basic Flask application that runs locally. Next, we will deploy our Flask app on an AWS EC2 instance. This tutorial assumes that you have already setup an EC2 instance. If you haven’t done so,…