M0nicah / pitch-app

Home Page:https://pitchly-by-monica.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pitch-app

Pitchly is a pitch web application. This application enables user/(s) to create accounts so that they can post their impressions. Users must login in order to view other pitch categories.

Installation

Guide to install Pitchly application:

Clone this repository

git clone https://github.com/M0nicah/pitch-app.git
  • Move into the cloned directory:
cd pitch-app
  • Create and activate your virtual environment:
mkvirtualenv virtual
  • Install project dependancies within your active environment: (Read: requirements.txt and use command below)
(virtual)$ pip install -r requirements.txt
  • Environment variables:
    • Create a file called .env in the root folder
    (virtual)$ touch .env
    • Add the following lines to the file as seen in .env-template
    SECRET_KEY=
    DATABASE_URL=
  • Start the flask server
(Virtual)$ flask run
  • or
(Virtual)$ python3 manage.py

Features and BDD

  • Users are able to create user profile and login to post their pitch.

Technology Used

  • Framework: Flask
  • Language Python

Developed with

  • Structure: Bootstrap, HTML

  • Styles: CSS

Author

About

https://pitchly-by-monica.herokuapp.com/


Languages

Language:Python 48.7%Language:HTML 42.4%Language:CSS 6.7%Language:Mako 1.7%Language:Shell 0.4%Language:Procfile 0.1%