/Review-Blog

Primary LanguageCSSMIT LicenseMIT

MIT License


Logo

Blog Review

Final group project completed during the MLH Fellowship
Explore the docs »

Report Bug

Table of Contents
  1. About The Project
  2. Getting Started
  3. License
  4. Contact

About The Project

Product Name Screen Shot

This project was created in summer 2021 over the course of 3 weeks for a final group project in the MLH Production Engineering Fellowship. Production Engineering is a hybrid between software & systems engineering that works across product & infrastructure to make sure services are reliable & scalable. The fellowship was a 12 week remote program where participants gained practical skills thanks to educational content from Linux Foundation Training & Certification's LFS201 – Essentials of System Administrationtraining course, which covers how to administer, configure and upgrade Linux systems, along with the tools and concepts necessary to efficiently build and manage a production Linux infrastructure.

Built With

Getting Started

This project creates a blog where a user can create an account to search for and discuss media to include music, podcasts, and movies. You can deploy it on a linux machine and have a blog review website in under an hour.

Prerequisites

Refer to docs for install instructions

Local Installation

  1. Clone the repo

    https://github.com/nvenkate-cyber/Review-Blog
  2. Change Directory to the Backend

  3. Install MongoDB and start mongod

  4. Install Redis https://redis.io/download

  5. Install Python requirements

source venv/bin/activate
pip3 install -r requirements.txt
flask run

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Project Link: https://github.com/nvenkate-cyber/Review-Blog