/Pitch-hub

Primary LanguagePythonMIT LicenseMIT

PITCH-HUB

one minute-Pitch is an application that allows users to create one minute pitches. The users will submit their one minute pitches and other users will vote on them and leave comments to give their feedback on them.

Author

MAKONJIO FRANCIS.

Installations

The following command installs all the application requirements

pip freeze -r requirements.txt

Setup

Run git clone https://github.com/MAKONJIO99/pitch-hub

or download the zip file from github.

After extracting the files,

  1. Navigate to the project folder

cd gitSearch.

  1. Creating a virtual environment

virtual env virtual.

  1. Activating the virtual environment

source venv/bin/activate.

  1. Running the application

python3 manage.py server

  1. Running tests

python3 manage.py test.

Technologies used

  • Python3.8
  • Flask
  • Javascript
  • Particle Js
  • Html5
  • Css
  • Bootstrap

User Stories

  • As a user, I would like to see the pitches other people have posted.
  • As a user, I would like to vote on the pitch they liked and give it a downvote or upvote.
  • As a user, I would like to be signed in for me to leave a comment
  • As a user, I would like to receive a welcoming email once I sign up.
  • As a user, I would like to view the pitches I have created in my profile page.
  • As a user, I would like to comment on the different pitches and leave feedback.
  • As a user, I would like to submit a pitch in any category.
  • As a user, I would like to view the different categories.

BDD(Behaviour Driven Development)

Login Inputs

| Inputs | Description | | Username | Account username, eg MAKONJIO| | Password | Account password, eg Password|

Sign-up inputs | Inputs | Description | | Username | Account username, eg john| | Email | User email, eg doty@testmail.com| | Password | Account password, eg password| | Confirm Password | Account password, eg password|

Pitches inputs

| Inputs | Description | Heading | Pitch description eg; pickup lines | | Pitch text| The actual pitch body| | Comment| A comment on the pitch|

License

MIT License © 2021 MAKONJIO FRANCIS.

Collaborate

To collaborate, reach me on:francismakonjio2@gmail.com

Pitch-hub