An open API service indexing awesome lists of open source software.

https://github.com/andrewindeche/pitch-idea

The repository contains a Python flask Web App that enables users to pitch ideas that they have (Recipes) and allow other users to log in and make comments/rate the ideas.
https://github.com/andrewindeche/pitch-idea

flask heroku python3

Last synced: 5 months ago
JSON representation

The repository contains a Python flask Web App that enables users to pitch ideas that they have (Recipes) and allow other users to log in and make comments/rate the ideas.

Awesome Lists containing this project

README

          


Pitch-Idea App


Project description



The repository contains a Python flask Web App that enables users to pitch ideas that they have (Recipes) and allow other users to log in and make comments/rate the ideas.





Languages and Platforms Used



  • 1.Python CLI/Flask to create structure of the Pitch-Idea

  • 2.Python/flask extensions such as-Python_script,Pitch-Idea

  • 3.Bookstrap for styling the index page



  • Authors


    Andrew Indeche


    Contact indecheandrew@gmail.com




    Project Set-up Instructions


    SetUp / Installation Requirements
    Prerequisites
    python3.6
    pip
    virtualenv
    Cloning
    In your terminal:

    $ git clone https://github.com/AndrewIndeche/pitch-idea
    $ cd Pitch-idea
    Running the Application
    Creating the virtual environment

    $ python3.6 -m venv --without-pip virtual
    $ source virtual/bin/env
    $ curl https://bootstrap.pypa.io/get-pip.py | python
    Installing Flask and other Modules

    $ python3.6 -m pip install Flask
    $ python3.6 -m pip install Flask-Bootstrap
    $ python3.6 -m pip install Flask-Script

    $ chmod +x start.sh
    $ ./start.sh
    Testing the Application
    To run the tests for the class files:

    $ python3.6 manage.py tests
    Copyright (c) 2021 Andrew Indeche
    By using and/or copying this project, or the license document from which this statement is linked, you (the licensee) agree that you have read, understood, and will comply with conditions of use.