24AACR20
Senior Mentor:Akash Paul
Junior Mentor:Preetham Janugam
Team Member 1:Raghavendra Chekuri
Team Member 2:Chepuri Vaishnavy
Team Member 3:Kothakonda Nagasree
Team Member 4:Amudala Premendar Reddy
Team Member 5:Kurma Shruthika
Shark Pitch is a web platform designed to connect startups and entrepreneurs with potential investors. It allows startups to post pitch videos, company statistics, and other essential details to showcase their business ideas. Investors can browse these profiles, evaluate opportunities, and connect directly via chat or video call.
Shark Pitch bridges the gap between innovative ventures and investors, fostering seamless communication and collaboration to create a thriving ecosystem for business growth.
Shark Pitch provides a collaborative platform where startups and entrepreneurs can showcase their ideas and connect with potential investors. The project focuses on simplifying the investment process and fostering meaningful interactions by integrating user-friendly features, such as:
- Posting and viewing pitch videos and company details.
- Chat and video call functionalities for direct communication.
- User authentication for secure access.
This platform aims to empower startups by connecting them with the resources and mentorship they need to thrive.
Name |
---|
Python 3.10+ |
Django |
PostgreSQL |
JavaScript |
HTML5 & CSS3 |
To use this project, follow these steps:
- Clone the repository:
git clone <repository_url>
cd shark-pitch
- Set up a virtual environment:
python -m venv env
source env/bin/activate # On Windows: env\Scripts\activate
- Install dependencies:
pip install -r requirements.txt
- Set up environment variables:
--Create a .env file in the root directory and add:
SECRET_KEY=your_django_secret_key
DATABASE_URL=postgresql://username:password@localhost:5432/shark_pitch
- Run database migrations:
python manage.py migrate
- Start the development server:
python manage.py runserver
- Access the application: Open your browser and navigate to:
Screenshot of the project:
We welcome contributions to Shark Pitch! To contribute, follow these steps:
-
Understand the Project Philosophy: Read through the README.md file to familiarize yourself with the project's goals and structure.
-
Maintain Code Consistency: Use the same programming language and library versions as the original code.
-
Write Documentation: Explain the changes you're proposing, including identified problems, proposed solutions, and test cases.
-
Submit a Pull Request: Follow standard Git etiquette for submitting your contributions.