Stink-Po / winnipeg_prod

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Winnipeg Furnace Website

Welcome to the Winnipeg Furnace website project! 🚀

Overview

This project showcases a dynamic website developed for a local company in Winnipeg, Manitoba. It utilizes Django as the backend framework, offering a robust and scalable foundation.

Key Features

  • AWS-Powered Infrastructure: The website is hosted on AWS EC2, with a PostgreSQL database on AWS RDS for efficient data management.

  • S3 for Storage: AWS S3 is employed for storing static files and media, ensuring seamless and reliable content delivery.

  • Dockerized Deployment: The project is containerized using Docker, facilitating consistent and efficient deployment across various environments.

  • Nginx for Deployment: Nginx is used as a web server to enhance performance and handle reverse proxy configurations.

  • Email Service with AWS SES: The Django app leverages AWS SES for a reliable and scalable email service.

Explore the Project

  • Source Code: Dive into the project's source code on GitHub: GitHub Repo

  • Live Project: Experience the website live at winni-furnace.ca

How to Use

  1. Clone the Repository:

    git clone https://github.com/Stink-Po/winnipeg_prod.git
    
  2. Navigate to the project directory:

    cd winnipeg_prod
  3. Install dependencies:

    pip install -r requirements.txt
    
  4. Run the Application:

    python manage.py runserver
    
  5. Explore the Website:

    Visit http://localhost:8000/ in your browser.
    

Contribution Guidelines

  • Feel free to contribute by opening issues or submitting pull requests. Your input is highly appreciated!

About


Languages

Language:CSS 36.3%Language:HTML 34.7%Language:JavaScript 21.3%Language:Python 7.6%Language:Dockerfile 0.1%Language:Shell 0.0%