Code Monkey home page Code Monkey logo

munmudblog's Introduction

MunmudBlog

Overview

This web application is a feature-rich platform developed for smooth code management, build, and deployment. The project includes functionalities such as custom codeforces rank viewing, blog posting, and email notification. The application is hosted on AWS and leverages various AWS services, including RDS (Postgres) for the database and S3 for image storage.

Key Features

  • Custom Codeforces Rank Viewing: Users can Codeforces ranks based on specific criteria.
  • Blog Posting: Users can read blog posts within the application.
  • Integrated Email: Seamless integration with email notification of their local rank (countrywise, universitywise).

Deployment and Infrastructure

  • Continuous Integration/Continuous Deployment (CI/CD): The project follows a CI/CD pipeline for automated code management, build, and deployment.
  • AWS RDS: The application uses Amazon RDS for the PostgreSQL database.
  • AWS S3: Amazon S3 is utilized for storing and retrieving images in the application.

Dockerization

The application is Dockerized, allowing for easy deployment and scalability.

Automated Rank Updates

A Cron Job is implemented to automate the process of updating ranks at specified intervals.

Security

  • SSL Certificate: Secure communication is ensured through the implementation of an SSL certificate.
  • AWS Hosted Zone: The application is hosted in an AWS hosted zone for enhanced security and reliability.

Getting Started

To get started with the project, follow the command

git clone https://github.com/Munmud/Community-Detection-Modularity.git

License

This project is licensed under the MIT License - see the LICENSE file for details.

Secreats Variable

in .env use

SECRET_KEY = ''
DEBUG=1
ALLOWED_HOSTS= '127.0.0.1,http://127.0.0.1' 
PRODUCTION=1

DATABASE_NAME= ''
DATABASE_USER= ''
DATABASE_PASSWORD= ''

EMAIL_HOST = 'smtp.gmail.com'
EMAIL_HOST_USER = ''
EMAIL_HOST_PASSWORD = ''

EMAIL_OF_ADMIN = ''
'

munmudblog's People

Contributors

munmud 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.