Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.16 KB

README.md

File metadata and controls

51 lines (36 loc) · 1.16 KB

OneMinutePitch

Description

This is a web application that displays pitches fo different categories i.e. business, job, advertisement, that have been made by users. Users comment on the pitches as well as upvote or downvote them only if they have an account and are logged in. In the user's account, the user can add more information about themselves in the bio section and they can also see the pitched that they have created.

Authors

Rachel Kiarie

Installation Instructions

Prerequisites

  • python3.6
  • pip
  • virtualenv

Cloning

  • Clone the repository to your local machine. e.g. $ git clone https://github.com/Rachelnk/OneMinutePitch.git
  • cd OneMinutePitch

Creating virtual environment

  • python3.6 -m venv
  • source virtual/bin/activate

Running the application

  • $ chmod +x start.sh
  • ./start.sh

Testing the Application

To run the test cases:

python3.8 manage.py tests

Technologies used

  • Python3.8
  • Flask
  • HTML
  • CSS

Support and contact details

You can reach out via rachael.kiarie@student.moringaschool.com

License

  • MIT License

Copyright (c) 2022

Contributors:

  • Rachel Kiarie