Moni-que / OpinionsApp

This is a personal blogging website where you can create and share your opinions and other users can read and comment on them. There are also random quotes to inspire users.

Home Page:https://myopininion.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpinionsApp

Screenshot of The App

Screenshot from 2022-05-20 18-50-23

Table of Contents

  • Description
  • Technology Used
  • Setup Instructions and Installation
  • Authors Info

Description

This is a personal blogging website where you can create and share your opinions and other users can read and comment on them. There are also random quotes to inspire users.

Website's MVP:

  1. User can sign in to the blog.
  2. User can view blog post on the site.
  3. User can create,update and delete their blog post.
  4. User can see recent blog posts.
  5. User can see random quotes.
  6. User can comment on a blog post.

Technology Used

  • Flask
  • Bootstrap
  • python
  • CSS

Setup Instructions and Installation

  • Clone this repository to your computer. git clone https://github.com/Moni-que/OpinionsApp.git
  • Open terminal command line then navigate to the root folder cd OpinionsApp
  • Create virtual environment python3 -m venv --without-pip <virtual environment name>
  • Run your virtual environment source <virtual environment name>/bin/activate
  • Install flask in your environment pip install flask
  • Install other extensions required for the app to run pip install -r requirements.txt
  • requirements.txt is in the root folder
  • Run python run.py

Authors Info

About

This is a personal blogging website where you can create and share your opinions and other users can read and comment on them. There are also random quotes to inspire users.

https://myopininion.herokuapp.com/

License:MIT License


Languages

Language:Python 98.9%Language:C 0.9%Language:HTML 0.1%Language:JavaScript 0.1%Language:PowerShell 0.0%Language:CSS 0.0%Language:Shell 0.0%Language:C++ 0.0%Language:Assembly 0.0%Language:Batchfile 0.0%Language:Procfile 0.0%