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.
- Host: GitHub
- URL: https://github.com/andrewindeche/pitch-idea
- Owner: andrewindeche
- License: mit
- Created: 2022-10-14T20:14:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-14T09:15:29.000Z (over 4 years ago)
- Last Synced: 2025-05-29T00:07:00.544Z (about 1 year ago)
- Homepage:
- Size: 1.06 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.