Dhyder / trial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Un Minuto Pitch

Author

Ian Wanarua

Description

This is a python-flask application that allows users to post one minute pitches and also allows other users who have signed up to comment and upvote or downvote a pitch. It also allows a person to signup to be able to access the functionalities of the application.

Technologies Used

  • Flask
  • Html
  • Css
  • Bootstrap
  • python3.8
  • Heroku

Requirements

This program requires python3.+ installed, so as to run. A guide on how to install python on various platforms can be found here

Setup/Installation

To get the code..

  1. Cloning the repository:
https://github.com/Ianwanarua/pitches.git
  1. Move to the folder and install requirements
cd pitches
pip install -r requirements.txt
  1. Exporting Configurations
export SQLALCHEMY_DATABASE_URI=postgresql+psycopg2://{User Name}:{password}@localhost/{database name}
  1. Running the application
python3.8 manage.py server
  1. Testing the application
python3.8 manage.py test

Open the application on your browser 127.0.0.1:5000.

Known Bugs

There were no bugs. If found any please contact ian.wanarua@student.moringaschool.com

Support and Further contact details

  • For queries you can contact me through

ian.wanarua@student.moringaschool.com

License

License: MIT

Copyright © 2021 Ian wanarua

About

License:MIT License


Languages

Language:Python 57.7%Language:HTML 40.4%Language:Mako 1.2%Language:CSS 0.4%Language:Shell 0.3%