GithubHelp home page GithubHelp logo

ecommerce's Introduction

ECommerce Website

Authod: Shujun Xiao (Jennifer)

Project Objective

The objective of this project is to create a basic eCommerce application using Django, Python, and MySQL. Additionally, the project aims to establish the Infrastructure-as-a-Service (IaaS) environment for a three-tier application. This involves configuring the Virtual Private Cloud (VPC), network connections, and security groups for various subnets to ensure a secure network environment. It also includes setting up subnets in different availability zones, Elastic Load Balancer (ELB), and Auto Scaling Group (ASG) to ensure the application's availability and scalability. Finally, the eCommerce app is successfully deployed on the cloud.

Models in the Project

image

Steps to Deploy the app

  1. Follow the instruction from the article to set up the IaaS environment in AWS. Link to the article
  2. Create an EC2 instance in AWS and connect to it use SSH.
  3. Create virtual environment for the project.
  4. Install all the necessary packages including Django and poll the project code from github.
  5. Install and set up Gunicorn and Nginx. Nginx is a reverse proxy which can accept incoming connections. If it’s static file, Nginx serves it, otherwise, it redirects the request to the Gunicorn which is an application server to run python application.
  6. Install and set up Supervisor to allow make sure the app can up and run in the background.
  7. Create a MySQL database in AWS RDS and connect it with the above EC2 instance.
  8. Create AMIs with the above EC2 instance and set up autoscaling group.

ecommerce's People

Contributors

jenniferxsj avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.