Giter VIP home page Giter VIP logo

kigensky / pitch-minute Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 1.19 MB

This is a 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

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

License: MIT License

Python 24.80% CSS 2.27% JavaScript 55.88% HTML 16.46% Mako 0.59%

pitch-minute's Introduction

PITCH-MINUTE

Author

victor-kigen

Description

This is a 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

You can view the site at:HEROKU

User Stories

These are the behaviours/features that the application implements for use by a user.

As a user I would like to:

  • Comment on the different pitches posted py other uses.
  • See the pitches posted by other uses.
  • Vote on s pitch they have viwed by giving it a upvote or a downvote.
  • Register to be allowed to log in to the application
  • View pitches from the different categories.
  • Submit a pitch to a specific category of their choice.

Specifications

Specifications

Behaviour Input Output
Load the page On page load Get all posts, Select between signup and login
Select SignUp Email,Username,Password Redirect to login
Select Login Username and password Redirect to page with app pitches based on categories and commenting section
Select comment button Comment Form that you input your comment
Click on submit Redirect to all comments tamplate with your comment and other comments

Prerequisites

  • python3.8
  • pip3
  • virtualenv
  • Cloning

In your terminal:

Running the Application

To get the code..

  1. Cloning the repository:
https://github.com/kigensky/PITCH-MINUTE.git
  1. Move to the folder and install requirements
cd pitch-minute
pip3 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.

Technologies Used

  • Python3.8

  • Flask

  • Heroku

  • Javascript

known Bugs

  • There are no known bugs currently but pull requests are allowed incase you spot a bug

License

MIT

Copyright (c) 2021 victor kigen

pitch-minute's People

Contributors

kigensky avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.